Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/bin/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/bin/xclip-pastefile

#!/bin/sh
set -e
if [ "x$1" != "x" ]; then
    echo "Usage: $0" >&2
    exit 1
fi
xclip -selection secondary -o | gunzip -c | tar xv