File: exult.wrapper

package info (click to toggle)
exult 1.2-4
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 9,040 kB
  • ctags: 10,543
  • sloc: cpp: 99,373; sh: 8,333; ansic: 4,659; makefile: 988; yacc: 769; lex: 313; xml: 19
file content (11 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# exult wrapper for the Debian package, by Michael Banck <mbanck@debian.org>

# Check whether ~/.exult.cfg exits
if ! [ -e ~/.exult.cfg ]; then
	# Copy the global configuration file over
	cp /etc/exult.cfg ~/.exult.cfg
fi

/usr/games/exult.bin $@