4 lines
56 B
Text
4 lines
56 B
Text
|
#!/bin/sh
|
||
|
echo loop-log
|
||
|
exec /usr/bin/logger -i -t loop
|