4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
|
|
echo "Loading keymap..."
|
|
gunzip -c /usr/share/bkeymaps/us/rx51_us.bmap.gz | loadkmap
|