on Airdrop Download trigger
This commit is contained in:
7
trigger/onSD_DANSEMount.sh
Executable file
7
trigger/onSD_DANSEMount.sh
Executable 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
|
||||
Reference in New Issue
Block a user