pedrohidalgo / nbshell

Shell Script File support on NetBeans IDE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Scripts file support on NetBeans IDE

  • Syntax Highlighting
  • Simple autocompletion
  • Run Script File

Note:

Currently no environment variable exists when executing the file with Right Click "Run File" context menu option. So if you need an environment variable be sure to set it up at the beginning of the Execution like below:

echo "Starting to do something"
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
....
echo "finished ..."

About

Shell Script File support on NetBeans IDE.

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Shell 0.2%