Welcome to the Linux Foundation Forum!

run.bat -> Shell bash script Translation needed

I'd like to translate this

@ECHO OFF

title jvm

echo jvm

echo Newest client running

JAVA -Xmx500m EGUI

into bash shell script please , thanks.

Comments

  • Posts: 10
    that would be something along the lines of

    #!/bin/bash

    echo "jvm"
    echo 'Newset Client Running"
    /usr/bin/java -Xmx500m EGUI

    --

    I've neglected the title since that would make it more complicated setting the PROMPT_COMMAND var.
  • Posts: 3
    Thanks you sooo much :) it totally worked mate , thanks heaps!

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