__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh -pe
#
# locale2papersize outputs the paper size "a4" or "letter" based on
# the height and width in the locale that is passed as an argument.
export LC_PAPER=$1
height=$( locale height )
width=$( locale width )
if [ "$height" = 279 -a "$width" = 216 ]; then
size=letter
else
size=a4
fi
echo $size
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| language-options | File | 2.78 KB | 0755 |
|
| language-validate | File | 1.79 KB | 0755 |
|
| language2locale | File | 1.75 KB | 0755 |
|
| locale2papersize | File | 320 B | 0755 |
|
| main-countries | File | 420 B | 0644 |
|
| save-to-pam-env | File | 1.37 KB | 0755 |
|
| set-language-helper | File | 732 B | 0755 |
|
| update-langlist | File | 1.36 KB | 0755 |
|