forked from sahil-sagwekar2652/GitHub-Automation-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sahil-sagwekar2652#10 Adding an argument for 'description' of the Git…
…Hub repository sahil-sagwekar2652#46 I have the original 'create_repo' script has been shifted to the 'create_repo.py' file which resolves the conflict.
- Loading branch information
1 parent
1d40444
commit 985c517
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
#!/bin/bash | ||
python create_repo.py "$@" | ||
python create_repo.py <path> <name> [-d DESCRIPTION] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters