1234567891011 |
- #!/bin/bash
- #make location point to the daskeb.hs to make this daskeb script launch daskeb.
- #you'll want to set this launcher to the correct location of fatherjack.hs
- #runhaskell ~/bin/daskherb/fatherjack.hs
- #runhaskell ~/bots/fatherjack.hs
- #runhaskell ./fatherjack.hs
- runhaskell ~/gittings/fatherjackbot/fatherjack.hs
- #in the daskeb.hs, you can change which irc channel you want the daskeb bot to go.
|