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