ardour/tools/dev_tools/windows/rmp

7 lines
215 B
Text
Raw Normal View History

2014-11-20 13:32:49 +02:00
path_to_preferences="$HOME/AppData/Local/Tracks Live"
2014-11-20 14:03:18 +02:00
if [ -d "$path_to_preferences" ] ; then
# delete Preferences
2014-11-20 13:32:49 +02:00
rm -rf "$path_to_preferences"
else
2014-11-20 13:32:49 +02:00
echo "Folder: '$path_to_preferences' could not be found!"
fi