mirror of https://github.com/dyne/webnomad.git
small cli fixes
This commit is contained in:
parent
b2fc398532
commit
1287fa4d81
7
init
7
init
|
|
@ -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
1
test
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
|
||||
# make it work to browse results on file://
|
||||
baseurl="file://`pwd`/test/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue