mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06:00
9 lines
140 B
Bash
Executable File
9 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
function export_variables {
|
|
local util_dir=~/qmk_utils
|
|
local download_dir=$util_dir/wsl_downloaded
|
|
}
|
|
|
|
export_variables
|