From 454c6e3c77b3db507ee81875219089047fc2d5a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 13 Jan 2013 15:37:49 -0200 Subject: Initial import --- skype | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 skype (limited to 'skype') diff --git a/skype b/skype new file mode 100755 index 0000000..7a7d045 --- /dev/null +++ b/skype @@ -0,0 +1,14 @@ +#!/bin/bash +# +# Chroot wrapper +# + +# Load configuration +if [ -e "$HOME/.config/scripts/chroot" ]; then + source $HOME/.config/scripts/chroot +fi + +xhost local:$CHROOT_USER +sudo su $CHROOT_USER -c "schroot -d /home/$CHROOT_USER -c squeeze -p skype" & +sleep 1 +xhost - -- cgit v1.2.3