summary refs log tree commit diff stats
path: root/public_md/mb.sh
diff options
context:
space:
mode:
authorMenix <menix@tilde.institute>2022-07-21 18:54:02 +0000
committerMenix <menix@tilde.institute>2022-07-21 18:54:02 +0000
commitf0e9a91b55b6f90d9ddbe7347293be27bf58a5ed (patch)
tree0edc124b1ccd7e5f5ceb1037b1aa4c53e38f8fae /public_md/mb.sh
parent32c74c9d9984c6da8644c50c2945eb5d4c3bea24 (diff)
downloadtilde-notes-master.tar.gz
Added microblog and classless themes HEAD master
Diffstat (limited to 'public_md/mb.sh')
-rwxr-xr-xpublic_md/mb.sh6
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 
+
+