summaryrefslogtreecommitdiff
path: root/titles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'titles.sh')
-rw-r--r--titles.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/titles.sh b/titles.sh
new file mode 100644
index 0000000..80d665a
--- /dev/null
+++ b/titles.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+export base="$(pwd)/"
+export proc=$$
+vsvs-extract 'echo -n "$value" | vsvs-parse 'test "$key" == "title" && echo -n "$value" && exit 0'' data
+rm -r "$base/proc/$proc"