fabaccess-bffh/examples/actor.sh

5 lines
99 B
Bash
Executable File

#!/usr/bin/env bash
echo "Bash actor called with $@" > /tmp/act
echo "Bash actor called with: $@"