File: exult.wrapper

package info (click to toggle)
exult 1.6-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 25,452 kB
  • sloc: cpp: 157,628; xml: 6,864; yacc: 2,252; ansic: 2,213; makefile: 1,929; lex: 535; sh: 426
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 $@