7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cp \
|
|
--recursive \
|
|
--update \
|
|
~/projekte/greenscale/misc/sindri/build/* \
|
|
tools/sindri/
|