mirror of
https://gitlab.com/fabinfra/fabaccess/demos-environments/dockercompose.git
synced 2025-03-12 14:51:42 +01:00
5 lines
99 B
Bash
5 lines
99 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "Bash actor called with $@" > /tmp/act
|
||
|
echo "Bash actor called with: $@"
|