From f4c2dcf3f0d4513b1237872d4ce35335b395c6c3 Mon Sep 17 00:00:00 2001 From: hachti Date: Sat, 25 Aug 2007 11:54:12 +0000 Subject: [PATCH] *** empty log message *** --- setup.sh | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100755 setup.sh 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 -- 2.32.0