mirror of
https://github.com/infra7ti/dbtool.git
synced 2025-12-05 23:02:37 -03:00
7 lines
105 B
Bash
7 lines
105 B
Bash
#!/usr/bin/bash
|
|
|
|
LC_MESSAGES=${LANG}
|
|
TEXTDOMAIN="dbtool"
|
|
TEXTDOMAINDIR="${PWD}/locale"
|
|
INTERACTIVE=false
|