1
0
Files
2022-09-29 17:59:04 +03:00

6 lines
74 B
Bash
Executable File

#!/bin/csh -f
if ($#argv >= 1) then
echo "INFO: $argv[1-]"
endif