Formatting changes

This commit is contained in:
Jon-William Lewis
2016-02-15 00:20:50 -06:00
parent 3664b3b429
commit d11c2597c4
4 changed files with 7 additions and 5 deletions

View File

@@ -12,10 +12,13 @@ cat << EOF
# Prevent freak accidents involving the root directory
if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi
PROD_STR="$PROD_STR"
readonly PROD_STR="$PROD_STR"
readonly VER_STR="$VER_STR"
readonly ROOT_DIR="\$HOME"/.config/sns
readonly NOTES_DIR="\$ROOT_DIR"/notes
readonly TMP_DIR="\$ROOT_DIR"/tmp
readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"
printf "%s\n" "\$PROD_STR"
printf "%s\n" "------------------"
EOF