A fun hack that makes Santa fly across the screen approximately once per 1-2 minutes.
- Install JDK 17 and make sure JAVA_HOME is set.
Tip: Add your +1 to gradle/gradle#2508 to make even this unnecessary.
- From the project root, run
santa.sh
and minimize the terminal to hide your tracks- Or use
nohup santa.sh &
if you want to be really nefarious, which allows you to close the terminal to leave no trace.
- Or use
santa.sh
obviously doesn't work on Windows. Need to move that into the Java code so everything's cross-platform.