mirror of
https://github.com/corda/corda.git
synced 2024-12-30 17:57:02 +00:00
6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xeuo pipefail
|
||
|
|
||
|
cp -r --parents $@ /tmp/host/root
|