mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 21:16:34 +01:00
5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
xgettext -d toxic -o toxic.pot ../src/*
|