Skip to content

Commit

Permalink
Create entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Dvoinos authored Oct 30, 2020
1 parent 76e508d commit 0d32083
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh -l

echo "Hello! Dir: $1"
time=$(date)
echo "::set-output name=time::$time"

LISTING=$(ls -lah $1)
echo $LISTING
echo "::set-output name=listing::$LISTING"

0 comments on commit 0d32083

Please sign in to comment.