File: glhack.sh

package info (click to toggle)
glhack 1.2-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 24,604 kB
  • ctags: 18,992
  • sloc: ansic: 208,570; cpp: 13,139; yacc: 2,005; makefile: 1,161; lex: 377; sh: 321; awk: 89; sed: 11
file content (14 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#	SCCS Id: @(#)nethack.sh	3.3	90/02/26

HACKDIR=/usr/games/lib/nethackdir
export HACKDIR
HACK=$HACKDIR/nethack

# -AJA- removed HACKPAGER stuff, unused in glHack.
# 
# Note: the above HACKDIR directory gets modified to the actual
#       directory by the top-level Makefile during installation.

cd $HACKDIR
exec $HACK "$@"