Rev 227 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh#if [ -f "c:\autoexec.bat" ]; thenecho "autoexec.bat"fi# if [ -f "test4.sh" ]; then# echo "test4.sh"# fi# if [ -f test4.sh ]; then echo "-f test4.sh"; fi