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.
gentoo-overlay/games-emulation/kigb/files/kigb

17 lines
436 B

#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/files/kigb,v 1.5 2007/03/07 16:48:48 wolf31o2 Exp $
kigb_dir="${HOME}/.kigb"
if [[ ! -d "${kigb_dir}" ]] ; then
mkdir -p "${kigb_dir}"
cd "${kigb_dir}"
mkdir cfg inp rom save snap state
ln -s GENTOODIR/kigb/kigb kigb
fi
cd "${kigb_dir}"
exec ./kigb "$@"