5 lines
148 B
Bash
5 lines
148 B
Bash
![]() |
# If there's no sw.grp link, take over:
|
||
|
if [ ! -r usr/share/games/jfsw/sw.grp ]; then
|
||
|
( cd usr/share/games/jfsw/ ; ln -sf sw_demo.grp sw.grp )
|
||
|
fi
|