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