mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-02 17:36:00 -05:00
9 lines
164 B
Bash
Executable File
9 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
XX=' '
|
|
echo "Searching for Tabs..."
|
|
|
|
egrep -r -l "${XX}" * | grep '[ch]$'
|
|
|
|
echo "Searching for windows line endings..."
|
|
|
|
grep -r -l $'\r' * | grep '[ch]$' |