add fixme

This commit is contained in:
= 2020-10-21 10:56:07 +01:00
parent d7ae395299
commit 7976406c51
1 changed files with 1 additions and 0 deletions

1
new
View File

@ -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"