mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-24 22:44:17 -04: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]
|