From 7976406c5149a68ab63d2483ee8396bfd9db46e6 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 21 Oct 2020 10:56:07 +0100 Subject: [PATCH] add fixme --- new | 1 + 1 file changed, 1 insertion(+) diff --git a/new b/new index a3e0e04..3a2df00 100755 --- a/new +++ b/new @@ -4,6 +4,7 @@ _cam_directory='cams' mkdir -p "$_cam_directory" echo '#!/bin/sh' >> "$_cam_directory/$1" +# FIXME fails when run from parent directory (see mars for poss solution) echo "./launcher.sh \"$2\" "'"$1"' >> "$_cam_directory/$1" chmod +x "$_cam_directory/$1"