Guest User

Untitled

a guest
Feb 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. # Load the keyboard map. More maps are in /usr/share/kbd/keymaps.
  3. if [ -x /usr/bin/loadkeys ]; then
  4. /usr/bin/loadkeys uk.map
  5. fi
Add Comment
Please, Sign In to add comment