[BACK]Return to brogue CVS log [TXT][DIR] Up to [contributed] / brogue-ce

File: [contributed] / brogue-ce / brogue (download)

Revision 1.1.1.1 (vendor branch), Thu May 27 20:31:34 2021 UTC (2 years, 11 months ago) by rubenllorente
Branch: tmewett, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines

Initial Import from release 1.9.3

#!/usr/bin/env bash
cd `dirname $0`/bin

./brogue $*

# if [ -t 0 ]; then
#	 ./brogue -t $*
#else
#	./brogue $*
#fi