-
Notifications
You must be signed in to change notification settings - Fork 0
/
link-setup
executable file
·29 lines (20 loc) · 1.45 KB
/
link-setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/bash
ln -s /var/www/crawl/allgames.txt cao-logfile-0.123
ln -s /home/crawl/chroot/var/games/crawl02/saves/milestones.txt cao-milestones-0.2
ln -s /home/crawl/chroot/var/games/crawl03/saves/milestones.txt cao-milestones-0.3
ln -s /home/crawl/chroot/var/games/crawl04/saves/logfile cao-logfile-0.4
ln -s /home/crawl/chroot/var/games/crawl04/saves/milestones.txt cao-milestones-0.4
ln -s /home/crawl/chroot/var/games/crawl05/saves/logfile cao-logfile-0.5
ln -s /home/crawl/chroot/var/games/crawl05/saves/milestones.txt cao-milestones-0.5
ln -s /home/crawl/chroot/var/games/crawl06/saves/logfile cao-logfile-0.6
ln -s /home/crawl/chroot/var/games/crawl06/saves/milestones.txt cao-milestones-0.6
ln -s /home/crawl/chroot/var/games/crawl07/saves/logfile cao-logfile-0.7
ln -s /home/crawl/chroot/var/games/crawl07/saves/milestones cao-milestones-0.7
ln -s /home/crawl/chroot/var/games/crawl08/saves/logfile cao-logfile-0.8
ln -s /home/crawl/chroot/var/games/crawl08/saves/milestones cao-milestones-0.8
ln -s /home/crawl/chroot/var/games/crawl09/saves/logfile cao-logfile-0.9
ln -s /home/crawl/chroot/var/games/crawl09/saves/milestones cao-milestones-0.9
ln -s /home/crawl/chroot/var/games/crawl10/saves/logfile cao-logfile-0.10
ln -s /home/crawl/chroot/var/games/crawl10/saves/milestones cao-milestones-0.10
ln -s /var/lib/dgamelaunch/crawl-master/crawl-git/saves/logfile cao-logfile-git
ln -s /var/lib/dgamelaunch/crawl-master/crawl-git/saves/milestones cao-milestones-git