summary refs log tree commit diff stats
path: root/public_md/mb.sh
diff options
context:
space:
mode:
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 
+
+