X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fbuildor%2Fbuildor_writable_code.sh;fp=scripts%2Fbuildor%2Fbuildor_writable_code.sh;h=0000000000000000000000000000000000000000;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=5a5423c0f502a77e4f903ed79061dba5929cde66;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/buildor/buildor_writable_code.sh b/scripts/buildor/buildor_writable_code.sh deleted file mode 100644 index 5a5423c0..00000000 --- a/scripts/buildor/buildor_writable_code.sh +++ /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. -