]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
keep it simple.
authorperry <perry@NetBSD.org>
Mon, 24 Apr 2000 15:30:34 +0000 (15:30 +0000)
committerperry <perry@NetBSD.org>
Mon, 24 Apr 2000 15:30:34 +0000 (15:30 +0000)
caesar/rot13.sh

index 51517a13d813f8592ae0ce435fd98747c6219225..0ecba799ddb8add1f07cbe70a67a331e460d2a5c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: rot13.sh,v 1.3 2000/04/24 13:21:26 hubertf Exp $
+#      $NetBSD: rot13.sh,v 1.4 2000/04/24 15:30:34 perry Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -35,6 +35,4 @@
 #      @(#)rot13.sh    8.1 (Berkeley) 5/31/93
 #
 
-PATH="/usr/games:$PATH"; export PATH
-
-caesar 13 $*
+/usr/games/caesar 13 $*