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.
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.
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.
The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.
Join / Linux Training / Board