pfstats/pfstat-builder.sh

36 lines
616 B
Bash
Executable File

#!/bin/sh
set -e
#set -u
#set -x
[ -n "$TERM" ] && clear
########################################################################
###
##
#
# Author: Stéphane HUC
# mail: devs@stephane-huc.net
# gpg:fingerprint: CE2C CF7C AB68 0329 0D20 5F49 6135 D440 4D44 BD58
#
# License: BSD License 2-Clause
#
# Git:
#
# Date: 2021/07/31
#
##
###
########################################################################
ROOT="$(dirname "$(readlink -f -- "$0")")"
TEXTDOMAIN="pfstats"
TEXTDOMAINDIR="${ROOT}/share/locale/"
export TEXTDOMAIN TEXTDOMAINDIR
. gettext.sh
. "${ROOT}/i18n.sh"
echo "${title}"
echo "${subtitle}"