File: exult.wrapper

package info (click to toggle)
exult 1.12.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 43,608 kB
  • sloc: cpp: 169,917; xml: 7,400; yacc: 2,850; makefile: 2,419; java: 1,901; ansic: 1,654; lex: 673; sh: 539; objc: 416
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (9)
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/lib/games/exult/exult $@