Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 227 |
dpurdie |
1 |
#!/bin/sh
|
|
|
2 |
#
|
|
|
3 |
|
|
|
4 |
if [ -f "c:\autoexec.bat" ]; then
|
|
|
5 |
echo "autoexec.bat"
|
|
|
6 |
fi
|
|
|
7 |
|
|
|
8 |
# if [ -f "test4.sh" ]; then
|
|
|
9 |
# echo "test4.sh"
|
|
|
10 |
# fi
|
|
|
11 |
# if [ -f test4.sh ]; then echo "-f test4.sh"; fi
|