feat: implement template plan
This commit is contained in:
5
examples/plan/scripts/hello.sh
Executable file
5
examples/plan/scripts/hello.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e
|
||||
|
||||
echo "hello plan"
|
5
examples/plan/scripts/world.sh
Executable file
5
examples/plan/scripts/world.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e
|
||||
|
||||
echo "hello plan world"
|
Reference in New Issue
Block a user