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