be94865caa
o support NOPORTDOCS o assign maintainership to submitter PR: 30428 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
8 lines
375 B
Text
8 lines
375 B
Text
--- box Sat Jan 23 16:51:19 1999
|
|
+++ box.new Fri Sep 7 15:01:36 2001
|
|
@@ -1,4 +1,4 @@
|
|
-/*bin/true;exec rexx -x "$0" "$@";exit# This is a REXX program */
|
|
+/*usr/bin/true;exec rexx -x "$0" "$@";exit# This is a REXX program */
|
|
parse arg args
|
|
if args="" then args="/usr/games/fortune"/* default command */
|
|
args "| expand | rxstack" /* stack the command's output */
|