copy/entrypoint
2020-01-04 10:19:06 +00:00

6 lines
50 B
Bash

#!/bin/bash
set -e
set -o pipefail
sh -c "cp $*"