Skip to content

Commit

Permalink
able to run script from anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
tlietz committed Apr 23, 2024
1 parent 9af373a commit c6e1d4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/flash_rp2040_from_wsl.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

# set directory to script file's locations
cd "$(dirname "$0")"
cd ../
./in_qmk.sh qmk compile -kb gamaphy/freedom/3k -km via -e TEST=1
sudo mount -t drvfs F: /mnt/f
Expand Down

0 comments on commit c6e1d4e

Please sign in to comment.