summaryrefslogtreecommitdiff
path: root/skype
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-09-25 19:29:06 +0600
committerAnton Bobov <abobov@gmail.com>2013-09-25 20:19:55 +0600
commit30012dbda6ac6fd4e2f11707c93aedd8ef7b86b6 (patch)
tree3359884b0f2d0e7c5be3be2c66fc29912ab37b49 /skype
parentb323d38acdae3c2e01408184456289124ea3a59f (diff)
Update.
Diffstat (limited to 'skype')
-rwxr-xr-xskype10
1 files changed, 10 insertions, 0 deletions
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 $*