Subversion Repositories stackman

Rev

Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 7
Line 17... Line 17...
17
	IS_BATCHMODE=0
17
	IS_BATCHMODE=0
18
fi
18
fi
19
 
19
 
20
# Read in the system identifier
20
# Read in the system identifier
21
if [ $IS_BATCHMODE -eq 0 ]; then
21
if [ $IS_BATCHMODE -eq 0 ]; then
22
	echo "Terminal Stackman 2.4.1"
22
	echo "Terminal Stackman 2.5"
23
	echo "(C) 2013-2020 ViaThinkSoft"
23
	echo "(C) 2013-2023 ViaThinkSoft"
24
	echo ""
24
	echo ""
25
 
25
 
26
	if [ -f ~/".autorun" ]; then
26
	if [ -f ~/".autorun" ]; then
27
		echo "Starting autorun script..."
27
		echo "Starting autorun script..."
28
		~/".autorun"
28
		~/".autorun"