Nethack Launcher
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
169 B

#!/bin/bash
TTYRECPATH=$1
HOMEDIR=$2
HACKDIR=$3
USER=$4
#HOME=$HOMEDIR nethack -d $HACKDIR -u $USER
ttyrec $TTYRECPATH -e "HOME=$HOMEDIR nethack -d $HACKDIR -u $USER"