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