diff --git a/echo.sh b/echo.sh new file mode 100644 index 0000000..055e2cd --- /dev/null +++ b/echo.sh @@ -0,0 +1,2 @@ +echo "printlatestfile" +echo "triggered file1" diff --git a/echofile b/echofile new file mode 100644 index 0000000..7d8cca0 --- /dev/null +++ b/echofile @@ -0,0 +1 @@ +echo 'this is new' diff --git a/testscript.sh b/testscript.sh index 1e86bb2..7d004a7 100644 --- a/testscript.sh +++ b/testscript.sh @@ -2,5 +2,4 @@ echo "this script is from github" NUMBER=$(($NUMBERONE + $NUMBERTWO)) echo "$NUMBER" - -echo "this was run automagically" +echo 'this'