File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# # FILE : build.sh
4- # # VERSION : v2.2 .0
4+ # # VERSION : v2.3 .0
55# # DESCRIPTION : Merge source.sh and script.sh to template.sh
66# # AUTHOR : Silverbullet069
77# # REPOSITORY : https://github.com/Silverbullet069/bash-script-template
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# # FILE : clone_bash_template.sh
4- # # VERSION : v2.2 .0
4+ # # VERSION : v2.3 .0
55# # DESCRIPTION : Copy template.sh / template_lite.sh / source.sh + script.sh
66# # AUTHOR : Silverbullet069
77# # REPOSITORY : https://github.com/Silverbullet069/bash-script-template
Original file line number Diff line number Diff line change 11{
22 "name" : " bash-script-template" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 2.3 .0" ,
44 "description" : " A Bash scripting template incorporating best practices & several useful functions." ,
55 "directories" : {
66 "test" : " tests"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# # FILE : run_dev.sh
4- # # VERSION : v2.2 .0
4+ # # VERSION : v2.3 .0
55# # DESCRIPTION : Execute runtime inside an isolated containerized environment
66# # AUTHOR : Silverbullet069
77# # REPOSITORY : https://github.com/Silverbullet069/bash-script-template
Original file line number Diff line number Diff line change 88# # LICENSE : MIT License
99
1010# # TEMREPO : https://github.com/Silverbullet069/bash-script-template
11- # # TEMVER : v2.2 .0
11+ # # TEMVER : v2.3 .0
1212# # TEMLIC : MIT License
1313
1414# ============================================================================ #
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# # FILE : source.sh
4- # # VERSION : v2.2 .0
4+ # # VERSION : v2.3 .0
55# # DESCRIPTION : A sourced script with reusable functions.
66# # AUTHOR : Silverbullet069
77# # REPOSITORY : https://github.com/Silverbullet069/bash-script-template
Original file line number Diff line number Diff line change 88# # LICENSE : MIT License
99
1010# # TEMREPO : https://github.com/Silverbullet069/bash-script-template
11- # # TEMVER : v2.2 .0
11+ # # TEMVER : v2.3 .0
1212# # TEMLIC : MIT License
1313
1414# ============================================================================ #
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# # FILE : template_lite.sh
4- # # VERSION : v2.2 .0
4+ # # VERSION : v2.3 .0
55# # DESCRIPTION : A simple template file without reusable functions
66# # AUTHOR : Silverbullet069
77# # REPOSITORY : https://github.com/Silverbullet069/bash-script-template
You can’t perform that action at this time.
0 commit comments