Created
August 7, 2022 16:20
-
-
Save shivaduke28/94d3a3abb475705457f0dd378c38dc24 to your computer and use it in GitHub Desktop.
command file that opens StreamingAssets directory
This file contains 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 | |
BASEDIR=$(dirname "$0") | |
open "$BASEDIR/ArshesClient.app/Contents/Resources/Data/StreamingAssets/" | |
osascript -e 'tell application "Terminal" to quit' & | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment