You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/examples/playbook/modules/bin_bash_module.sh

6 lines
48 B
Bash

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