> Right now, it should install and work on a mac with the exception of > running the batch file. In talking with George, we've been told that > creating a BASH file (generic text file?) on the mac would be > executable.
sure, a bash file is just a shell script, much like a .bat file if it has the magic at the top : #!/bin/bash and its permissions have the execute flag set then it should be usable... > We're actively looking into getting some help on how we > might execute that BASH file on a mac ;) how do you execute the .bat file? thanks, Martin. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
