mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 13:35:19 +00:00
8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ ! -d "$1" ]; then
|
|
exit 1
|
|
fi
|
|
|
|
cp -R build-system/example-configuration/* "$1/"
|