mirror of
https://github.com/canastro/copy-action.git
synced 2024-11-23 16:33:51 +08:00
6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set -o pipefail
|
||
|
|
||
|
sh -c "cp $*"
|