Skip to content

Instantly share code, notes, and snippets.

View neilcsmith-net's full-sized avatar

Neil C Smith neilcsmith-net

View GitHub Profile
@neilcsmith-net
neilcsmith-net / nb2appimage.sh
Last active March 28, 2024 14:36
Apache NetBeans AppImage creation script
#!/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