Swiftgram/build-system/example-generate-configuration
Ilya Laktyushin a49ae70f43 Apply sticker thumbnail fixes
WIP

WIP

WIP

WIP
2021-01-15 00:52:08 +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/"