blob: 7a3e691b7f31a211075fd4ccdd790aece24e2767 [file] [log] [blame]
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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 "$@"