14 lines
225 B
Bash
14 lines
225 B
Bash
|
. recordings/scripts/demo-magic.sh -w1
|
||
|
|
||
|
clear
|
||
|
|
||
|
pe "echo 'lets build a docker:dind which includes dagger-go-sdk for defining our pipeline and then lets run it =D'"
|
||
|
|
||
|
pe "cat test.fish"
|
||
|
|
||
|
pe "cat main.go"
|
||
|
|
||
|
pe "./test.fish"
|
||
|
|
||
|
exit
|