mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ls -1 *.yaml | sed "s/.yaml//g" > devices.csv
|