Demo script updates. Record-replay, a bugfix in the canary demo script, etc.
10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
fission spec destroy
|
|
|
|
# this one is generated in run.sh
|
|
rm specs/function-hello-go.yaml
|
|
|
|
rm *.~?~
|
|
|