]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - caesar/rot13.sh
Remove *another* set of useless casts. sheesh
[bsdgames-darwin.git] / caesar / rot13.sh
index 93fb9355711668af6446a161ed608b961d465b85..005ef8d03305b4b22b1323cbc7c4ac8af183a34f 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh -
+#      $NetBSD: rot13.sh,v 1.7 2005/04/09 02:02:15 atatat Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -34,4 +35,5 @@
 #      @(#)rot13.sh    8.1 (Berkeley) 5/31/93
 #
 
-caesar 13 $*
+games="$(dirname $0)"
+exec "$games/caesar" 13 "$@"