Running kolmafia as a cron job?

gravymonkey

New member
I was wanting to make kolmafia run as a cron job in Redhat. The only issue I have is telling kolmafia which account to log in as (I run 2 characters), so I need to figure out how to pass that along in the command. Any suggestions?


-gravy
 
In windows I use:

startmafia.bat
Code:
java -jar KoLmafia.jar script=efilnikufecin.txt

efilnikufecin.txt contains
Code:
login efilnikufecin
//do other at login stuff that I prefer
 
Top