summaryrefslogtreecommitdiff
path: root/skype
diff options
context:
space:
mode:
Diffstat (limited to 'skype')
-rwxr-xr-xskype10
1 files changed, 0 insertions, 10 deletions
diff --git a/skype b/skype
deleted file mode 100755
index 30890e0..0000000
--- a/skype
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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 $*