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