Open main menu

CDOT Wiki β

Changes

Universal Firefox on a USB Key

25 bytes added, 19:54, 23 March 2008
Version 0.2
Our Linux script is as follows:
#!/bin/bash echo "Starting Linux Firefox From USB"  progname="$0" curdir=`dirname "$progname"` progbase=`basename "$progname"`  #echo "progname - whole path and name= " $progname #echo "curdir - directory!! = " $curdir #echo "progbase - script name = " $progbase  # Testing stuff # batchpath=${BASH_SOURCE%/*} # script_path=$0 # [ -e "$script_path" ] || script_path=$(command -v -- "$0") # echo $script_path  $curdir/linux/firefox --no-remote -profile $curdir/Profiles/UniversalProfile '''<font color="red"><----this line returns the current directory of the shell script</font>'''
== Project Leader(s) ==
1
edit