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/bash | |
_name='MastoMutant Emoji Import' | |
_author='https://monsterpit.net/@daggertooth' | |
_version=2018.05.23.1 | |
### PATHS! ### | |
# Where to put the Mutant Standard archives and extracted files. | |
mutant_dir="$HOME/mutant" |