small cli fixes

This commit is contained in:
Jaromil 2014-05-26 13:25:45 +02:00
parent b2fc398532
commit 1287fa4d81
3 changed files with 7 additions and 3 deletions

7
init
View File

@ -17,10 +17,13 @@
# You should have received a copy of the GNU Public License along with
# this source code; if not, write to:
# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
QUIET=0
DEBUG=0
SYS=`dirname $0`
source $SYS/utils
act "Initializing Webnomad"
act "Below is the log of files copied into this directory."
@ -90,8 +93,6 @@ EOF
}
popd
act
notice "Initialization completed"
act "Look in your new WebNomad project: $B $DIR $r"

1
test
View File

@ -1,5 +1,6 @@
#!/usr/bin/env zsh
# make it work to browse results on file://
baseurl="file://`pwd`/test/"

2
theme
View File

@ -28,6 +28,8 @@ CMD="`basename $0`"
return 1
}
QUIET=0
DEBUG=0
source ${DIR}/utils