diff options
Diffstat (limited to 'aaoth_new_post.sh')
| -rwxr-xr-x | aaoth_new_post.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aaoth_new_post.sh b/aaoth_new_post.sh index 2a7c7c9..3ca34b4 100755 --- a/aaoth_new_post.sh +++ b/aaoth_new_post.sh @@ -1,5 +1,7 @@ #!/bin/sh +# quick and dirty script to add new posts to aaoth.xyz + SITE_DIR="$HOME/Documents/aaoth.xyz" POSTS_DIR="$SITE_DIR/_posts" @@ -7,6 +9,8 @@ DATE_SHORT=$(date -I) DATE_LONG=$(date -Isec) usage() { + echo "add a post to aaoth.xyz" + echo echo "usage:" echo " $0 [OPTIONS]" echo |
