Subversion Repositories stackman

Compare Revisions

Regard whitespace Rev 4 → Rev 3

/trunk/SSH/stam_weblog.sql
File deleted
/trunk/SSH/weblog_add
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/SSH/weblog_read
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/SSH/weblog_rewrite
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/trunk/SSH/defaults/.stam_config
7,10 → 7,4
db_pass=
db_base=stackman
 
weblog_host=localhost
weblog_user=root
weblog_pass=
weblog_base=stackman
weblog_password=
 
simulation=0
/trunk/SSH/stam
19,8 → 19,8
 
# Read in the system identifier
if [ $IS_BATCHMODE -eq 0 ]; then
echo "Terminal Stackman 2.4"
echo "(C) 2013-2019 ViaThinkSoft"
echo "Terminal Stackman 2.3"
echo "(C) 2013-2017 ViaThinkSoft"
echo ""
 
if [ -f ~/".autorun" ]; then
95,7 → 95,6
if [ -f ~/.stam_history_mir ]; then
echo "$inp" >> ~/.stam_history_mir
fi
"$DIR"/weblog_add "$inp"
 
# Split command and (single combined) argument
cmd=$( echo "$inp" | cut -d " " -f 1 )