Page 1 of 1

Create love projects with Bash

Posted: Sun Jul 07, 2013 5:03 am
by BulbaMander
So I had an hour before my family reunion today, and made this bash script to automate creating new projects a little bit. It just creates a main.lua, conf.lua, and a system.lua in your home directory. The system.lua is just what I do to control game states. I know if you are running a linux with bourne again shell you should be alright, It isnt anything fancy, but if you run windows (I think this community is 60% windows) this wont work. I dont see why it wouldnt work on osx but you never know.
https://www.dropbox.com/s/z1mu2wok96z0hnf/newlove

Re: Create love projects with Bash

Posted: Sun Jul 07, 2013 1:30 pm
by Eamonn
I like it :)