Skip to content

Instantly share code, notes, and snippets.

View metteo's full-sized avatar

Grzegorz Nowak metteo

  • novaware
  • Krakow, Poland
View GitHub Profile
@metteo
metteo / Ick.java
Created March 3, 2018 11:12 — forked from phlash/Ick.java
Self-executing single-file Java programs...
#!/bin/sh
# This self-executing Java program uses the following /embedded shell script/ to compile & execute itself..
# magic constant holding length of script
SKIP=26
# parse our name..
FILE=`basename $0 .java`
# get some working space, clean up old crud