mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
7 lines
207 B
Bash
Executable file
7 lines
207 B
Bash
Executable file
#!/bin/sh
|
|
# Temporary shell script to find keyboards
|
|
#
|
|
# This allows us to include DEFAULT_FOLDER targets.
|
|
|
|
find -L keyboards -type f -name rules.mk | grep -v keymaps | sed 's!keyboards/\(.*\)/rules.mk!\1!'
|