mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||
|
source "$dir/win_shared_install.sh"
|