minor tweaks and notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-01-04 06:49:33 +03:00
parent 23c375de2a
commit 2f3224feb8
2 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
VERSION=1.0
DATE=`date +%Y%m%d`
COUNT=1
TITLE=""
@ -21,8 +23,12 @@ COMPRESS=1
# Config file to contain all the default settings...
# XXX not sure if this is a good idea...
##if [ -e ~/.sync-flash.rc ] ; then
## source ~/.sync-flash.rc
# ...should we also check file sec?
##CONFIG=.sync-flash.rc
##if ! [ -z $CONFIG ] && [ -e ~/$CONFIG ] ; then
## # XXX what I don't like here is that we are
## # executing an external file...
## source ~/$CONFIG
##fi

View File

@ -1,5 +1,7 @@
#!/bin/bash
VERSION=1.0
DATE=`date +%Y%m%d`
COUNT=1
TITLE=""
@ -21,8 +23,12 @@ COMPRESS=1
# Config file to contain all the default settings...
# XXX not sure if this is a good idea...
##if [ -e ~/.sync-flash.rc ] ; then
## source ~/.sync-flash.rc
# ...should we also check file sec?
##CONFIG=.sync-flash.rc
##if ! [ -z $CONFIG ] && [ -e ~/$CONFIG ] ; then
## # XXX what I don't like here is that we are
## # executing an external file...
## source ~/$CONFIG
##fi