3 lines
64 B
Bash
Executable file
3 lines
64 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ffmpeg -y -loglevel error -f sndio -i snd/0 -ac 1 $@
|