mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
5 lines
198 B
Bash
Executable File
5 lines
198 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
sudo pip install transifex-client
|
|
echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = api\npassword = '"$TRANSIFEX_API_TOKEN"$'\n' > ~/.transifexrc
|