1 2 3 4 5 6 7 8
#!/bin/bash function export_variables { local util_dir=~/qmk_utils local download_dir=$util_dir/wsl_downloaded } export_variables