5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
LANG=`setxkbmap -query | awk '/layout/{print $2}'`
|
||
|
echo "$LANG"
|