Initial commit

This commit is contained in:
Rachael Sewell
2019-08-03 21:11:09 -07:00
committed by GitHub
commit bd2f61ac51
3 changed files with 25 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "##[set-output name=time]$time"