added my responsibility for the `cpm' port
[unix-history] / FixLinks
CommitLineData
83d985b5
RG
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#
e37cc240 7# $Id$
2aa096aa 8#
83d985b5 9
83d985b5 10pushd games/fortune/datfiles ; ln -s fortunes-o.real.rot13 fortunes-o ; popd