Get rid of a nagging call to sleep() which crept back in.
[unix-history] / FixLinks
... / ...
CommitLineData
1#!/bin/csh
2#
3# A silly little script to Fix the Links that cvs does not
4# import/ checkout. These need to be made by the Makefiles, this
5# is just here as a stop gap solution.
6#
7# $Id$
8#
9
10pushd games/fortune/datfiles ; ln -s fortunes-o.real.rot13 fortunes-o ; popd