mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 18:06:04 -05:00
6 lines
68 B
Bash
6 lines
68 B
Bash
|
#!/bin/sh
|
||
|
XX=' '
|
||
|
echo "Searching for ${XX}."
|
||
|
|
||
|
egrep "${XX}" *.[ch]
|