aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xqs.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/qs.sh b/qs.sh
deleted file mode 100755
index 59d3dfe..0000000
--- a/qs.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-SPECNAME=${1:-*.spec}
-REPOCD=$(quilt setup -v ${SPECNAME}|tee /tmp/qs-log.txt|grep '^+ rm -rf '|head -n1|cut -d ' ' -f 4)
-cd $REPOCD
-echo "$REPOCD"