mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 04:22:53 +00: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
|