mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
7 lines
98 B
Bash
Executable file
7 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ ! -d "$1" ]; then
|
|
exit 1
|
|
fi
|
|
|
|
cp -R build-system/example-configuration/* "$1/"
|