local/bin/: Remove echokeymap since I don't have a custom keymap anymore.

master
Pierre Neidhardt 2019-09-27 22:18:09 +02:00
parent df91e0c1c4
commit ef40e0e126
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
#!/bin/sh
KEYMAP="$HOME/.xkb/symbols/usim"
if [ "$1" = "-h" ]; then
cat <<EOF>&2
Usage: ${0##*/} KEYMAP
Display KEYMAP in terminal. (Default: $KEYMAP)
EOF
exit
fi
[ "$1" = "--" ] && shift
## Keymap view in terminal
[ $# -ne 0 ] && KEYMAP=$1
awk '/━|┃|│|─/ {line=substr($0,4); print line}' "$KEYMAP"