This commit is contained in:
2019-09-08 19:42:50 +02:00
parent fe1dd9c752
commit 0b354cf6d5
+1 -1
View File
@@ -32,7 +32,7 @@ if not directory_str_has_slash:
directory += "/"
rm_string = "rm"
for i in files_to_rm:
rm_string += " " + directory + i
rm_string += " '" + directory + i + "'"
print("You can run the following command to delete all the files:")
print(rm_string)