ardour/tools/dev_tools/macos/rmp
2014-11-20 14:36:31 +02:00

7 lines
No EOL
220 B
Text
Executable file

path_to_preferences="$HOME/Library/Preferences/Tracks Live"
if [ -d "$path_to_preferences" ] ; then
#delete Preferences
rm -rf "$path_to_preferences"
else
echo “Folder: $path_to_preferences could not be found!”
fi