mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
7 lines
No EOL
215 B
Text
7 lines
No EOL
215 B
Text
path_to_preferences="$HOME/AppData/Local/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 |