This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-11-05 22:43:24 +00:00
Code
Issues
Releases
Activity
a7d00664be
freebsd-ports
/
games
/
ladder
/
pkg-plist
3 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import of the old ladder game. PR: 5783 Submitted by: Stefan Zehl <sec@42.org>
1998-02-20 05:47:02 +00:00
bin/ladder
Only remove the scores file if it exists.
1998-09-28 02:08:28 +00:00
@unexec if [ -f /var/games/ladder.scores ] ; then rm /var/games/ladder.scores; fi
Reference in New Issue
Copy Permalink