mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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
|
#!/bin/bash
|
||||||
|
|
||||||
|
VERSION=1.0
|
||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
COUNT=1
|
COUNT=1
|
||||||
TITLE=""
|
TITLE=""
|
||||||
@ -21,8 +23,12 @@ COMPRESS=1
|
|||||||
|
|
||||||
# Config file to contain all the default settings...
|
# Config file to contain all the default settings...
|
||||||
# XXX not sure if this is a good idea...
|
# XXX not sure if this is a good idea...
|
||||||
##if [ -e ~/.sync-flash.rc ] ; then
|
# ...should we also check file sec?
|
||||||
## source ~/.sync-flash.rc
|
##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
|
##fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
VERSION=1.0
|
||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
COUNT=1
|
COUNT=1
|
||||||
TITLE=""
|
TITLE=""
|
||||||
@ -21,8 +23,12 @@ COMPRESS=1
|
|||||||
|
|
||||||
# Config file to contain all the default settings...
|
# Config file to contain all the default settings...
|
||||||
# XXX not sure if this is a good idea...
|
# XXX not sure if this is a good idea...
|
||||||
##if [ -e ~/.sync-flash.rc ] ; then
|
# ...should we also check file sec?
|
||||||
## source ~/.sync-flash.rc
|
##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
|
##fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user