Quote:
Originally Posted by bamfonk
well i have a vb mod and it has a .sh file that needs to be compiled and the command that i need to type is a linux command only and i dont have linux and i was wondering if someone could help me out with this at all?
|
you don't "complie" a .sh file - it is a "shell" program (like a windows BAT file) meant to be run from the linux command line.... usually containing linux commands to do things. I use one to backup my database tables... nothing more than a mysqldump batch file that does a few more things like rotating old backups, getting rid of backups older than 3 days.