Skip to content

Instantly share code, notes, and snippets.

View xanio's full-sized avatar
🎯
Focusing

Xanio xanio

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am xanio on github.
  • I am xanio (https://keybase.io/xanio) on keybase.
  • I have a public key ASDnFIxg9FHGIVGmJPzsRdZlX21ZVKP0Xmo8KHqLZPuUHAo

To claim this, I am signing this object:

@xanio
xanio / package.sh
Created November 27, 2015 20:41 — forked from jewelsea/package.sh
Shell script to package java code as a native OS X application.
#! /bin/bash
################
# package.sh
#
# Packages java code as a native OS X application
#
# - Fetches source for a Java Swing HelloWorld application from the web
# - Compiles the source
# - Packages the source into a native Mac application