-
Hurtboss
-
Translatio to bash shell script from windows shell
-
I would like if any1 turned this
@echo off
title PwnScape Client
java -Xmx500m -cp .;Theme.jar Gui
to bash shell script .
P.S.: From what i've learned , I think it would be something like
#!/bin/bash
/usr/bin/java -Xmx500m -cp .;Theme.jar Gui
But I may be totally wrong :p
Help =)
-
26 May 09
I would like if any1 turned this
@echo off
title PwnScape Client
java -Xmx500m -cp .;Theme.jar Gui
to bash shell script .
P.S.: From what i've learned , I think it would be something like
#!/bin/bash
/usr/bin/java -Xmx500m -cp .;Theme.jar Gui
But I may be totally wrong :p
Help =)