poppy-client/FixMime

17 lines
384 B
Bash
Executable File

#!sh
#adjust the next line... not sure how to figure this out from a shellscript, sorry :)
cd ~/proj/poppy-client-loeve
if test $? -eq 1; then
alert --stop "cant figure out where this script is" "Ill adjust it!"
exit
fi
for i in lua/*.lua; do
addattr -t mime BEOS:TYPE text/x-source-code $i;
done
for i in server/*.lua; do
addattr -t mime BEOS:TYPE text/x-source-code $i;
done