mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-12 02:42:05 +00:00
6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
if [ ! -z $1 ]; then
|
|
SINCE="since:$1"
|
|
fi
|
|
bundle exec fastlane bump $SINCE
|