3 regels
56 B
Bash
Uitvoerbaar bestand
3 regels
56 B
Bash
Uitvoerbaar bestand
#!/usr/bin/bash
|
|
v=$(xset -q | grep Caps)
|
|
echo ${v:7:17}
|