mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweaks and notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
23c375de2a
commit
2f3224feb8
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user