most of program1 is done, shape of program2, actual app to be started

This commit is contained in:
Gabriel Radureau
2025-10-12 00:19:52 +02:00
parent 4f80b8b70d
commit 14a3392d41
8 changed files with 270 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#! /bin/bash
set -eux
SCRIPTS_DIR=$(dirname `realpath ${BASH_SOURCE[0]}`)
LOCK_FILE="/tmp/.lock.onSD_DANSE"
playsound="afplay /System/Library/Sounds/Morse.aiff"
@@ -21,6 +22,8 @@ fi
SOURCE_DIR=${HOME}/Documents/.DanceVideos/playlists/ # final / is important to delete
mkdir -p ${SOURCE_DIR}
$SCRIPTS_DIR/../program2/program2.sh
DESTINATION_DIR=TEST
mkdir -p /Volumes/SD_DANSE/${DESTINATION_DIR}