diff --git a/journal/2021-02-26.md b/journal/2021-02-26.md index 609d6a696..d0a7ebd08 100644 --- a/journal/2021-02-26.md +++ b/journal/2021-02-26.md @@ -8,6 +8,7 @@ - [[dungeons]] - [[agora algorithm]] - [[git alias]] +- [[open home]] ## [[done]] - implement [[open search]] in the [[agora]]. diff --git a/open-home.md b/open-home.md new file mode 100644 index 000000000..edd23efef --- /dev/null +++ b/open-home.md @@ -0,0 +1,10 @@ +# Open Home + +- [[go]] [[git]] +- Viewable to members of the [[fedstoa]] only for now as it undergoes a security review. + - [[git]] gitlab.com/flancian/open-home + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[fedstoa]: fedstoa "Fedstoa" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/ship.md b/ship.md index be576db69..8ac594419 100644 --- a/ship.md +++ b/ship.md @@ -1,9 +1,9 @@ # Ship ``` -#!/bin/bash +#!/bin/sh git add -A -git commit -a -m "$*" +git commit -a -m "$*" || git commit -a git push ```