Skip to content

larsdesigns/nbshell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ..."

Build:

Execute the command maven clean install -U from the project root directory to build the project using Maven and import the dependencies.

About

Shell Script File support on NetBeans IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.8%
  • Shell 0.2%