most of program1 is done, shape of program2, actual app to be started
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user