This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Bash script to download Apache NetBeans and (optionally) a JDK, then package into an AppImage. | |
# | |
# Use at own risk! Will create a /build directory inside current directory for downloading and | |
# building. AppImage will be created in current directory. | |
# | |
# (c) 2020 Neil C Smith - neil@codelerity.com | |
shopt -s extglob |