mirror of
https://github.com/actions/container-action.git
synced 2025-06-15 18:07:41 +00:00
4 lines
30 B
Bash
Executable File
4 lines
30 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "hello $1"
|