4 lines
94 B
Text
Executable file
4 lines
94 B
Text
Executable file
case $# in
|
|
1) make $1.t ; ntout $1.t ;;
|
|
*) echo $0 heeft een argument nodig ;;
|
|
esac
|