ssh-action/testdata/test.sh

5 lines
55 B
Bash

#!/usr/bin/env bash
set -e
echo "Hello, World!"
whoami