From 30012dbda6ac6fd4e2f11707c93aedd8ef7b86b6 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 25 Sep 2013 19:29:06 +0600 Subject: Update. --- skype | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 skype (limited to 'skype') diff --git a/skype b/skype new file mode 100755 index 0000000..30890e0 --- /dev/null +++ b/skype @@ -0,0 +1,10 @@ +#!/bin/sh + +SCR="/usr/local/bin/skype-call-recorder" + +if [ -f "$SCR" ] ; then + if !(pgrep skype-call-reco >/dev/null 2>&1) ; then + "$SCR" & + fi +fi +PULSE_LATENCY_MSEC=30 exec /usr/bin/skype $* -- cgit v1.2.3