Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

#!/bin/sh
#

if [ -f "c:\autoexec.bat" ]; then
        echo "autoexec.bat"
fi

#       if [ -f "test4.sh" ]; then
#               echo "test4.sh"
#       fi
#       if [ -f test4.sh ]; then echo "-f test4.sh"; fi