Update script/new-artifact.sh

Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
Yoann Chaudet
2022-08-19 08:55:21 -07:00
committed by GitHub
parent 2f3239288b
commit 8ad82273b5

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env sh
# Create some files and directories in the current folder # Create some files and directories in the current folder
echo 'hello' > hello.txt echo 'hello' > hello.txt