Swiftgram/build-system/example-generate-configuration
2021-01-04 18:00:29 +04:00

8 lines
98 B
Bash
Executable File

#!/bin/sh
if [ ! -d "$1" ]; then
exit 1
fi
cp -R build-system/example-configuration/* "$1/"