diff --git a/new b/new index 37cda1f..a3e0e04 100755 --- a/new +++ b/new @@ -4,6 +4,6 @@ _cam_directory='cams' mkdir -p "$_cam_directory" echo '#!/bin/sh' >> "$_cam_directory/$1" -echo "./launcher \"$2\" "'"$1"' >> "$_cam_directory/$1" +echo "./launcher.sh \"$2\" "'"$1"' >> "$_cam_directory/$1" chmod +x "$_cam_directory/$1"