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