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

6 lines
68 B
Bash
Executable File

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