mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
6 lines
50 B
Bash
6 lines
50 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
sh -c "cp $*" |