5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/bin/sh -e
|
|
git clone https://github.com/nonpop/xkblayout-state
|
|
cd xkblayout-state
|
|
make
|
|
echo "$PWD/xkblayout-state"
|