mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-17 09:23:02 +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/*
|