Formatting changes
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
PROD_STR="Simple Note System"
|
||||
VER_STR="v2.0a8"
|
||||
YEAR=2016
|
||||
|
||||
cat << EOF
|
||||
#!/bin/bash
|
||||
#==========================================================
|
||||
# $PROD_STR, $VER_STR
|
||||
# Copyright 2014, Xenese Labs/Sicron-Perion XNF
|
||||
# Copyright $YEAR, Xenese Labs/Sicron-Perion XNF
|
||||
#==========================================================
|
||||
|
||||
if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi
|
||||
@@ -19,4 +18,5 @@ readonly NOTES_DIR="\$ROOT_DIR"/notes
|
||||
readonly TMP_DIR="\$ROOT_DIR"/tmp
|
||||
readonly CONFIG_FILE="\$ROOT_DIR/sns.conf"
|
||||
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user