mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
5 lines
87 B
Bash
5 lines
87 B
Bash
DIR="$(pwd)"
|
|
cd "$HOME/build/buck"
|
|
buck-out/gen/programs/buck.pex build buck
|
|
cd "$DIR"
|