source:
liacs/pm/backup/cr.sh@
296
Last change on this file since 296 was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 104 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | if [ -x a.out ]; then |
4 | rm a.out |
5 | fi |
6 | g++ -Wall -o a.out $1 |
7 | if [ -x a.out ]; then |
8 | ./a.out |
9 | fi |
10 |
Note:
See TracBrowser
for help on using the repository browser.