Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / buildor / buildor_writable_code.sh
diff --git a/scripts/buildor/buildor_writable_code.sh b/scripts/buildor/buildor_writable_code.sh
deleted file mode 100644 (file)
index 5a5423c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-source $FEISTY_MEOW_APEX/bin/seek_all_source.sh
-
-function strip_file {
-  file=$1
-  perl $FEISTY_MEOW_SCRIPTS/strip_cr.pl $file
-}
-
-#echo tempfile is $SOURCES_FOUND_LIST
-
-# this block has io redirected from the file to std in.
-while true; do
-  read line_found 
-  if [ $? != 0 ]; then break; fi
-  chmod 644 "$line_found"
-done <$SOURCES_FOUND_LIST
-
-rm $SOURCES_FOUND_LIST  # clean up.
-