hc99's picture
Add files using upload-large-folder tool
03c4799 verified
#!/usr/bin/env bash
echo "This is STDOUT output"
echo "This is STDERR output" 1>&2
exit 1