mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-06-16 10:24:30 +00:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ~/.rvm/scripts/rvm
|
|
rvm use default
|
|
pod trunk push
|