PDA

View Full Version : Running kolmafia as a cron job?



gravymonkey
04-10-2007, 07:57 PM
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

efilnikufecin
04-11-2007, 06:01 AM
In windows I use:

startmafia.bat

java -jar KoLmafia.jar script=efilnikufecin.txt

efilnikufecin.txt contains

login efilnikufecin
//do other at login stuff that I prefer

gravymonkey
04-11-2007, 02:35 PM
thanks a bunch. That works in Linux as well.