mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
6 lines
207 B
Bash
Executable file
6 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!'
|