mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Bash actor called with $@" > /tmp/act
|
|
echo "Bash actor called with: $@"
|