#!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