diff options
author | Menix <menix@tilde.institute> | 2022-07-21 18:54:02 +0000 |
---|---|---|
committer | Menix <menix@tilde.institute> | 2022-07-21 18:54:02 +0000 |
commit | f0e9a91b55b6f90d9ddbe7347293be27bf58a5ed (patch) | |
tree | 0edc124b1ccd7e5f5ceb1037b1aa4c53e38f8fae /public_md/mb.sh | |
parent | 32c74c9d9984c6da8644c50c2945eb5d4c3bea24 (diff) | |
download | tilde-notes-master.tar.gz |
Diffstat (limited to 'public_md/mb.sh')
-rwxr-xr-x | public_md/mb.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public_md/mb.sh b/public_md/mb.sh new file mode 100755 index 0000000..c97935a --- /dev/null +++ b/public_md/mb.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +echo -e "*" `date` '\t' "$@" >>~/tilde-notes/public_md/src/microblog.md +cd ~/tilde-notes/public_md/ && node build.js + + |