5 lines
99 B
Bash
Raw Permalink Normal View History

2022-04-20 16:21:27 +02:00
#!/usr/bin/env bash
echo "Bash actor called with $@" > /tmp/act
echo "Bash actor called with: $@"