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