From: hachti Date: Sat, 25 Aug 2007 11:54:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=commitdiff_plain;h=f4c2dcf3f0d4513b1237872d4ce35335b395c6c3 *** empty log message *** --- diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..3679523 --- /dev/null +++ b/setup.sh @@ -0,0 +1,115 @@ +#!/bin/bash + +# +# This script produces a h316rc file which has to be sourced by +# the user's shell. +# +# Usage: Just run and answer the questions. Then use +# the h316rc file by typing ". h316rc". You +# can also include that into your .bashrc etc. +# All paths in the file will be absolut. + + +write_rc(){ + echo "Writing out configuration file." + rm -f h316rc + touch h316rc || echo "Error! Could not write to h316rc." + cat > h316rc < H316.sh < $H316/bin/h316\n" + + +write_rc +#write_script +good_luck +exit 0 \ No newline at end of file