mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 22:53:31 +01:00
2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
#! /bin/sh
|
|
ssh $@ 'arecord -f cd -t raw | oggenc - -r' | mplayer -
|