mitogen/examples/playbook/modules/bin_bash_module.sh

6 lines
48 B
Bash
Raw Normal View History

#!/bin/bash
exec >/tmp/derp
echo "$1"
cat "$1"