| Server IP : 185.252.147.100 / Your IP : 216.73.217.33 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/konwert/filters/ |
Upload File : |
#!/bin/bash -
if [ "$FILTERM" = in ]
then
trs -e '
\e[0\-9~\{U U
\e[0\-9~\{u u
\e[0\-90\-9~\{U U
\e[0\-90\-9~\{u u
^C Ĉ
^G Ĝ
^H Ĥ
^J Ĵ
^S Ŝ
^U Ŭ
~\{U \177Ŭ
^c ĉ
^g ĝ
^h ĥ
^j ĵ
^s ŝ
^u ŭ
~\{u \177ŭ
^^ ^
'
else
trs -e '
^C Ĉ
^G Ĝ
^H Ĥ
^J Ĵ
^S Ŝ
\[^~\]U Ŭ
^c ĉ
^g ĝ
^h ĥ
^j ĵ
^s ŝ
\[^~\]u ŭ
'
fi