From fab9a6506cd04ec8f840c98772a80c44a79c74a7 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 10 Dec 2008 16:52:52 +0000 Subject: MERGED r262:266 from branches/stuart02 to trunk to include new project structure. --- askForPass.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 askForPass.sh (limited to 'askForPass.sh') diff --git a/askForPass.sh b/askForPass.sh deleted file mode 100755 index 9dc68933..00000000 --- a/askForPass.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -PF=$* -UUID=`uuidgen` -mkfifo /tmp/$UUID -SCRIPT=`echo tell application \"Sequel Pro\" to authenticate tunnel \"$TUNNEL_NAME\" query phrase \"$PF\" fifo \"/tmp/$UUID\"` -echo $SCRIPT > /tmp/test -#PASS=`osascript -e "$SCRIPT"`; -osascript -e "$SCRIPT" > /dev/null 2>&1 -#echo $PASS; -PASS=`cat /tmp/$UUID` -echo $PASS -rm -f /tmp/$UUID \ No newline at end of file -- cgit v1.2.3