mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 13:35:19 +00:00
7 lines
150 B
Bash
7 lines
150 B
Bash
#!/bin/bash
|
|
|
|
if [ -z "$TELEGRAM_ENV_SET" ]; then
|
|
echo "Error: Telegram build environment is not set up. Use sh public.sh make ${command}"
|
|
exit 1
|
|
fi
|