blob: df3c7fe501462168beb50683e0be8d59db47b119 (
plain) (
blame)
| 1
2
3
4
5
6
7
 | --- bin/NetRexxC.cmd	Sun Aug 20 12:44:40 2000
+++ bin/NetRexxC.cmd.new	Sun Nov  4 21:30:11 2001
@@ -1,3 +1,4 @@
+/*usr/bin/true; exec rexx "$0" "$@" # REXX program */
 /* Translate and compile a NetRexx program             */
 /*                                                     */
 /* use as:  NetRexxC hello [file2]...                  */
 |