diff --git a/sourcecode/install.sh b/sourcecode/install.sh new file mode 100755 index 0000000..7736d16 --- /dev/null +++ b/sourcecode/install.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +go install ./lnch +go install ./keyboard_layout_switcher + +cd sshfs-map +make install PREFIX=$HOME/.local