Skip to content

Instantly share code, notes, and snippets.

@perryh
perryh / upload.yaml
Created March 29, 2026 19:06 — forked from MoonTahoe/upload.yaml
Github Action to build iOS app with expo and upload to testflight
# Just place this file in your repo under the .github/workflows folder.
# You set all of the secrets in the setting of the repo
name: Deploy to Testflight
# When a pull request is closed...
# This is because this action commits back to the repository
# so setting this on a push would cause an infinite loop of commits
# unless you pragmatically check the contents of the repo or something
@perryh
perryh / auto-ovpn.sh
Last active August 29, 2015 14:10 — forked from lowstz/auto-ovpn.sh
#!/bin/bash
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
### Thanks Xream's Work XD
# if you don't have several vpn servers to select, you can comment following line
# and use your openvpn config file name to replace "${host}.ovpn" in while loop.
read -p "Select the host: " host