This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
NewerOlder