mirror of
https://github.com/corda/corda.git
synced 2025-01-01 10:46:46 +00:00
6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
cp -r --parents $@ /tmp/host/root
|