-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #593 from DannyBen/update/default-script-header
Update default script header
- Loading branch information
Showing
140 changed files
with
861 additions
and
584 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
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/download_command.sh'" | ||
echo "# code for 'cli download' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/download_command.sh'." | ||
echo "# It contains the implementation for the 'cli download' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_download_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/upload_command.sh'" | ||
echo "# code for 'cli upload' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/upload_command.sh'." | ||
echo "# It contains the implementation for the 'cli upload' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_upload_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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
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,3 +1,5 @@ | ||
echo "# this file is located in 'src/root_command.sh'" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/root_command.sh'." | ||
echo "# It contains the implementation for the 'download' command." | ||
echo "# The code you write here will be wrapped by a function named 'download_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/download_command.sh'" | ||
echo "# code for 'cli download' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/download_command.sh'." | ||
echo "# It contains the implementation for the 'cli download' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_download_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/upload_command.sh'" | ||
echo "# code for 'cli upload' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/upload_command.sh'." | ||
echo "# It contains the implementation for the 'cli upload' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_upload_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/all_command.sh'" | ||
echo "# code for 'tester all' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/all_command.sh'." | ||
echo "# It contains the implementation for the 'tester all' command." | ||
echo "# The code you write here will be wrapped by a function named 'tester_all_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/only_command.sh'" | ||
echo "# code for 'tester only' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/only_command.sh'." | ||
echo "# It contains the implementation for the 'tester only' command." | ||
echo "# The code you write here will be wrapped by a function named 'tester_only_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/download_command.sh'" | ||
echo "# code for 'ftp download' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/download_command.sh'." | ||
echo "# It contains the implementation for the 'ftp download' command." | ||
echo "# The code you write here will be wrapped by a function named 'ftp_download_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/upload_command.sh'" | ||
echo "# code for 'ftp upload' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/upload_command.sh'." | ||
echo "# It contains the implementation for the 'ftp upload' command." | ||
echo "# The code you write here will be wrapped by a function named 'ftp_upload_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/download_command.sh'" | ||
echo "# code for 'cli download' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/download_command.sh'." | ||
echo "# It contains the implementation for the 'cli download' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_download_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/upload_command.sh'" | ||
echo "# code for 'cli upload' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/upload_command.sh'." | ||
echo "# It contains the implementation for the 'cli upload' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_upload_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/download_command.sh'" | ||
echo "# code for 'cli download' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/download_command.sh'." | ||
echo "# It contains the implementation for the 'cli download' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_download_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/upload_command.sh'" | ||
echo "# code for 'cli upload' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/upload_command.sh'." | ||
echo "# It contains the implementation for the 'cli upload' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_upload_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/dir_commands/list.sh'" | ||
echo "# code for 'cli dir list' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/dir_commands/list.sh'." | ||
echo "# It contains the implementation for the 'cli dir list' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_dir_list_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/dir_commands/remove.sh'" | ||
echo "# code for 'cli dir remove' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/dir_commands/remove.sh'." | ||
echo "# It contains the implementation for the 'cli dir remove' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_dir_remove_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
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,4 +1,5 @@ | ||
echo "# this file is located in 'src/file_commands/edit.sh'" | ||
echo "# code for 'cli file edit' goes here" | ||
echo "# you can edit it freely and regenerate (it will not be overwritten)" | ||
echo "# This file is located at 'src/file_commands/edit.sh'." | ||
echo "# It contains the implementation for the 'cli file edit' command." | ||
echo "# The code you write here will be wrapped by a function named 'cli_file_edit_command()'." | ||
echo "# Feel free to edit this file; your changes will persist when regenerating." | ||
inspect_args |
Oops, something went wrong.