This commit is contained in:
2
recordings/.gitignore
vendored
Normal file
2
recordings/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
scripts/
|
||||
output/
|
10
recordings/record.sh
Executable file
10
recordings/record.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf recordings/scripts
|
||||
rm -rf recordings/output/
|
||||
mkdir -p recordings/output
|
||||
git clone https://github.com/paxtonhare/demo-magic recordings/scripts
|
||||
|
||||
asciinema rec recordings/output/output.cast --overwrite -c "recordings/script.sh"
|
||||
|
||||
agg recordings/output/output.cast assets/demo.gif
|
13
recordings/script.sh
Executable file
13
recordings/script.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
. 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
|
Reference in New Issue
Block a user