diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ github_api() { | |||
113 | } | 113 | } |
114 | gcg() { | 114 | gcg() { |
115 | local user=$1; local repo=$2; shift; shift | 115 | local user=$1; local repo=$2; shift; shift |
116 | git clone git@github.com:$user/$repo.git $@ && cd $(basename $repo) $* | 116 | git clone git@github.com:$user/$repo.git $@ && cd $(basename $repo) |
117 | } | 117 | } |
118 | release() { | 118 | release() { |
119 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/mapstew\n tag=daily-taiwan-pbf\n type=asset\n filename=taiwan-latest.osm.pbf\n action=upload|overwrite|rename|delete\n extra=" | 119 | command="github-release.sh\n github_api_token=$GITHUB_API_TOKEN\n repo=typebrook/mapstew\n tag=daily-taiwan-pbf\n type=asset\n filename=taiwan-latest.osm.pbf\n action=upload|overwrite|rename|delete\n extra=" |