fabaccess-bffh/examples/actor.sh

5 lines
99 B
Bash
Raw Normal View History

2021-09-21 09:00:42 +02:00
#!/usr/bin/env bash
2021-09-21 09:22:54 +02:00
echo "Bash actor called with $@" > /tmp/act
echo "Bash actor called with: $@"