mirror of
https://gitlab.com/fabinfra/fabaccess/demos-environments/testenv.git
synced 2025-12-15 20:51:22 +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: $@"
|