mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-05-21 18:20:41 +00:00
a49ae70f43
WIP WIP WIP WIP
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/"
|