Skip to content

Instantly share code, notes, and snippets.

View KinoAndWorld's full-sized avatar
🎯
Focusing

Kino KinoAndWorld

🎯
Focusing
  • GuangZhou,China
View GitHub Profile
@KinoAndWorld
KinoAndWorld / archive_to_upload_fir.sh
Created June 16, 2015 07:20
自动打包并上传到Fir
#!/bin/bash
# init build configuration
# archive and ipa output path
build_path="./build"
# if file not exist , create it
if [ ! -x "$build_path" ]; then
mkdir "$build_path"
fi