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"