diff options
Diffstat (limited to 'jcarr')
| -rwxr-xr-x | jcarr | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/bash -x + +cd /tmp +rm -f jcarr.sh +curl http://mirrors.wit.org/jcarr/jcarr.sh -o jcarr.sh +chmod +x /tmp/jcarr.sh +sudo /tmp/jcarr.sh |
