6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/csh -f
|
|
|
|
if ($#argv >= 1) then
|
|
echo "ERROR: $argv[1-]"
|
|
endif
|