Formatting changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user