Skip to content

Commit c531bba

Browse files
authored
Update documentation
1 parent 2d9c89a commit c531bba

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

api/bash/delete-empty-repos.sh

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#/ delete-empty-repos - For a GitHub Enterprise Instance, lists every empty repository
55
#/ in format <organization>:<repository> and deletes them if option is passed.
66
#/
7+
#/ AUTHOR: @IAmHughes
8+
#/
79
#/ SYNOPSIS:
810
#/ delete-empty-repos.sh [--org=MyOrganization] [--execute=TRUE]
911
#/
@@ -31,6 +33,8 @@
3133
#/ your instance of GitHub Enterprise.
3234
#/ - _i.e._: https://MyGitHubEnterprise.com/api/v3
3335
#/
36+
#/ Finally, you will need to ensure you have installed jq: https://stedolan.github.io/jq/
37+
#/
3438
#/ OPTIONS:
3539
#/ --org
3640
#/ -o
@@ -54,19 +58,18 @@
5458
#/ API DOCUMENTATION:
5559
#/ All documentation can be found at https://developer.github.com/v3/
5660

61+
##########
62+
# HEADER #
63+
##########
64+
5765
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 "############################################"
7073
echo ""
7174

7275
########

0 commit comments

Comments
 (0)