mirror of
https://github.com/zhigang1992/pixate-freestyle-ios.git
synced 2026-04-26 13:25:28 +08:00
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Open the directory we just installed
|
|
open $2/Documents/PixateFreestyle
|
|
|
|
# Delete this script
|
|
rm -rf $2/Documents/PixateFreestyle/Scripts
|
|
|
|
# Exit this script
|
|
exit 0
|