1
0
Files
irix-657m-src/eoe/cmd/regress/lib/warning.sh
2022-09-29 17:59:04 +03:00

6 lines
70 B
Bash
Executable File

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