diff --git a/aldu4753-lab02.sh b/aldu4753-lab02.sh new file mode 100755 index 0000000..fa03fa2 --- /dev/null +++ b/aldu4753-lab02.sh @@ -0,0 +1,8 @@ +#!/bin/bash +# Starter shell script +# Rename as YourID-Lab02.sh +# Put commands below +# To run, type ./YourID-Lab02.sh (you need the "./") +# It must have permissions starting with a "7" +apt-get install -y tree +apt-get install -y git diff --git a/aldu4753-testfile.adoc b/aldu4753-testfile.adoc new file mode 100644 index 0000000..efb4ab8 --- /dev/null +++ b/aldu4753-testfile.adoc @@ -0,0 +1,2 @@ +hello! mars! +hello again!!