Create template file tree.
This commit is contained in:
parent
9719547db9
commit
b9cb4bc640
4 changed files with 17 additions and 0 deletions
|
@ -862,6 +862,8 @@ if [[ $2 == "-init" ]]; then VCMD="y"
|
||||||
ask_template() {
|
ask_template() {
|
||||||
log_blue "[INPUT] Initial Template:"
|
log_blue "[INPUT] Initial Template:"
|
||||||
log_blue " - (0) Barebones"
|
log_blue " - (0) Barebones"
|
||||||
|
log_blue " - (1) Placeholder"
|
||||||
|
log_blue " - (2) Placeholder"
|
||||||
read ASKTEMPLATE
|
read ASKTEMPLATE
|
||||||
|
|
||||||
REDO_TEMPLATE=false
|
REDO_TEMPLATE=false
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Barebones
|
||||||
|
Start from the beginning. Recommended for advanced users.
|
||||||
|
|
||||||
|
- Author: prplwtf
|
||||||
|
- Template: 0
|
|
@ -0,0 +1,5 @@
|
||||||
|
# placeholder
|
||||||
|
description
|
||||||
|
|
||||||
|
- Author: prplwtf
|
||||||
|
- Template: 1
|
|
@ -0,0 +1,5 @@
|
||||||
|
# placeholder
|
||||||
|
description
|
||||||
|
|
||||||
|
- Author: prplwtf
|
||||||
|
- Template: 2
|
Loading…
Reference in a new issue