5 lines
73 B
Bash
Executable file
5 lines
73 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "group:cartesdvb"
|
|
exec ls /dev/dvb 2>/dev/null |wc -w
|
|
|