#!/usr/bin/env bash

echo "Bash actor called with $@" > /tmp/act
echo "Bash actor called with: $@"