diff --git a/code/.ipynb_checkpoints/run-checkpoint.sh b/code/.ipynb_checkpoints/run-checkpoint.sh new file mode 100644 index 0000000..fc61bf5 --- /dev/null +++ b/code/.ipynb_checkpoints/run-checkpoint.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello, world" diff --git a/code/run.sh b/code/run.sh new file mode 100644 index 0000000..fc61bf5 --- /dev/null +++ b/code/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello, world"