最后活跃于 1756817974

修订 af491f4ef15bf71c967e68a7842667d85d43a1d6

cleanup.sh 原始文件
1#!/bin/bash
2
3brew install hub
4git clone git@github.com:username/reponame
5cd reponame
6hub release -f "%T (%S) %n" --include-drafts | grep " (draft)" | awk '{print $1}' | xargs -t -n1 hub release delete