mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-06-11 16:50:00 +08:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ "$(uname)" == "Darwin" ]]; then
|
|
ruby $(dirname "$0")/post-link-ios.rb
|
|
fi
|
|
|
|
$(dirname "$0")/post-link-android.js
|