on Airdrop Download trigger

This commit is contained in:
Gabriel Radureau
2025-10-09 23:46:41 +02:00
commit bfb0c4cb18
10 changed files with 204 additions and 0 deletions

7
trigger/onSD_DANSEMount.sh Executable file
View File

@@ -0,0 +1,7 @@
#! /bin/bash
set -eux
if [ -d '/Volumes/SD_DANSE/' ]; then
echo "`date` mounted SD Dance" >> /tmp/foo
else
echo "`date` unmounted SD Dance" >> /tmp/foo
fi