#!/bin/sh
# stop unicode
[ "`/sbin/consoletype`" = "vt" ] || exit 0
kbd_mode -a
echo -n -e '\033%@'
