BLACKSITE
:
3.149.233.14
:
103.154.184.216 / www.astitvaad.com
:
Linux vps.readyhost.in 4.18.0-553.6.1.el8.x86_64 #1 SMP Thu May 30 04:13:58 UTC 2024 x86_64
:
/
bin
/
Upload File:
files >> //bin/unicode_stop
#!/bin/sh TTY="`/usr/bin/tty`" case "$TTY" in /dev/console|/dev/vc*|/dev/tty[0-9]*) ;; *) echo "unicode_stop skipped on $TTY" exit 0 ;; esac # stop unicode kbd_mode -a if test -t ; then printf '\033%%@' fi stty -iutf8 uid="`id -u 2>/dev/null`" ||: if [ "$uid" = '0' ]; then [ ! -r "$HOME/.kbd/.keymap_sv" ] || loadkeys "$HOME/.kbd/.keymap_sv" fi