mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 09:29:42 +00:00
4 lines
119 B
Bash
4 lines
119 B
Bash
|
#!/bin/sh
|
||
|
cd torbrowser_launcher
|
||
|
xgettext --language=Python --from-code=UTF-8 --output=../torbrowser_launcher.pot *.py
|