Skip to content

Instantly share code, notes, and snippets.

View thebabush's full-sized avatar
🎹
Hammer time

thebabush thebabush

🎹
Hammer time
View GitHub Profile
#!/bin/sh
## Remove Unity package files from project directory.
## On windows with GIT installed, use GIT bash.
##
## Author: Paolo Montesel
if [ $# -ne 2 ]
then
echo "Usage: ./script.sh unity.package projectDirectory"
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
# linux text editor backups
*~
# built application files
*.apk
*.ap_
*.jar