Skip to content

Instantly share code, notes, and snippets.

@shivaduke28
Created August 7, 2022 16:20
Show Gist options
  • Save shivaduke28/94d3a3abb475705457f0dd378c38dc24 to your computer and use it in GitHub Desktop.
Save shivaduke28/94d3a3abb475705457f0dd378c38dc24 to your computer and use it in GitHub Desktop.
command file that opens StreamingAssets directory
#!/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