6 lines
140 B
Bash
Executable file
6 lines
140 B
Bash
Executable file
#!/usr/bin/env sh
|
|
cd "$(mktemp -d)"
|
|
git clone https://github.com/nonpop/xkblayout-state
|
|
cd xkblayout-state
|
|
make
|
|
echo "$PWD/xkblayout-state"
|