composer/projects/gk7205v300_ultimate_oko2/general/overlay/usr/bin/ggf

11 lines
138 B
Bash
Executable File

#!/bin/sh
while [[ -z "$rr" ]]
do
rr=$(echo $(sample_af 0 c & sleep 0.18 && killall sample_af) | awk '{print $2}');
done
echo $rr;