commit 5b82d192e1c7d1c4f9b936fa6a76094aac69d01c parent 4ea927f0f061dae2ca86a57b8beeb5ea79b2acc8 Author: lostd <lostd@2f30.org> Date: Sun, 11 Aug 2013 14:04:35 +0300 for downloads path try global var first Diffstat:
M | mksub | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mksub b/mksub @@ -10,7 +10,7 @@ fi pp="$1" tt=$(echo $pp | sed 's/\./ /g') -ddir=/tmp/web +ddir=$(test -n "$DOWNLOADS" && echo "$DOWNLOADS" || echo /tmp/web) echo $pp for f in ${pp}.S??E??*.{avi,mp4,mkv}; do