copy/entrypoint.sh
2022-08-23 16:29:07 +01:00

3 lines
31 B
Bash
Executable File

#!/bin/sh -l
cp "$1" "$2" "$3"