Welcome to the Linux Foundation Forum!

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

Comments

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

    :)

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training