????
Your IP : 216.73.216.169
| Current Path : /usr/bin/ |
|
|
| Current File : //usr/bin/unicode_stop |
#!/bin/sh
if [ ! -e /proc/self/fd/0 ] ; then
echo "Won't set ascii mode: Can't determine console type;" >&2
echo " Please ensure that /proc is mounted." >&2
exit 1
fi
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
kill_the_netUpload files...
Warning: require(/var/www/fastuser/data/www/giordano-ent.com/wp-content/plugins/backupbuddy/vendor/composer/../aws/aws-sdk-php/src/functions.php): failed to open stream: No such file or directory in /var/www/fastuser/data/www/giordano-ent.com/wp-content/plugins/backupbuddy/vendor/composer/autoload_real.php on line 41
Fatal error: require(): Failed opening required '/var/www/fastuser/data/www/giordano-ent.com/wp-content/plugins/backupbuddy/vendor/composer/../aws/aws-sdk-php/src/functions.php' (include_path='.:/opt/php74') in /var/www/fastuser/data/www/giordano-ent.com/wp-content/plugins/backupbuddy/vendor/composer/autoload_real.php on line 41