File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 4
4
# / delete-empty-repos - For a GitHub Enterprise Instance, lists every empty repository
5
5
# / in format <organization>:<repository> and deletes them if option is passed.
6
6
# /
7
+ # / AUTHOR: @IAmHughes
8
+ # /
7
9
# / SYNOPSIS:
8
10
# / delete-empty-repos.sh [--org=MyOrganization] [--execute=TRUE]
9
11
# /
31
33
# / your instance of GitHub Enterprise.
32
34
# / - _i.e._: https://MyGitHubEnterprise.com/api/v3
33
35
# /
36
+ # / Finally, you will need to ensure you have installed jq: https://stedolan.github.io/jq/
37
+ # /
34
38
# / OPTIONS:
35
39
# / --org
36
40
# / -o
54
58
# / API DOCUMENTATION:
55
59
# / All documentation can be found at https://developer.github.com/v3/
56
60
61
+ # #########
62
+ # HEADER #
63
+ # #########
64
+
57
65
echo " "
58
- echo " #######################################"
59
- echo " # ____ #"
60
- echo " # | _ \ ___ _ __ ___ #"
61
- echo " # | |_) / _ \ '_ \ / _ \ #"
62
- echo " # | _ < __/ |_) | (_) | #"
63
- echo " # |_|_\_\___| .__/ \___/ #"
64
- echo " # | _ \ ___ |_| _ _ __ ___ _ __ #"
65
- echo " # | |_) / _ \/ _| | '_ \ / _ \ '__| #"
66
- echo " # | _ < __/ (_| | |_) | __/ | #"
67
- echo " # |_| \_\___|\__,_| .__/ \___|_| #"
68
- echo " # |_| #"
69
- echo " #######################################"
66
+ echo " ############################################"
67
+ echo " ############################################"
68
+ echo " ### ###"
69
+ echo " ### Delete Empty Repos from Organization ###"
70
+ echo " ### ###"
71
+ echo " ############################################"
72
+ echo " ############################################"
70
73
echo " "
71
74
72
75
# #######
You can’t perform that action at this time.
0 commit comments