Welcome to the Linux Foundation Forum!

Translatio to bash shell script from windows shell

Options

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 =)

Comments

  • proopnarine
    Options
    Just try it! It might work, and then you can let us know. If it doesn't, post the output here.
  • abrenar
    abrenar Posts: 117
    Options
    dont use windows shell at all, use linux terminal and no convertion needed. practically.

    :)

Categories

Upcoming Training