mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-17 10:33:03 +01:00
5 lines
73 B
Bash
5 lines
73 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
xgettext -d toxic -o toxic.pot ../src/*
|