summarylogtreecommitdiffstats
path: root/skype
diff options
context:
space:
mode:
Diffstat (limited to 'skype')
-rw-r--r--skype9
1 files changed, 9 insertions, 0 deletions
diff --git a/skype b/skype
new file mode 100644
index 000000000000..f2dabfc5beb0
--- /dev/null
+++ b/skype
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+SKYPE_PATH="/opt/skype/skype"
+SKYPE_LOGS="$HOME/.config/skype/logs"
+
+mkdir -p $SKYPE_LOGS
+
+nohup "$SKYPE_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$SKYPE_LOGS/skype-startup.log" 2>&1 &
+