This commit is contained in:
Markus Fleschutz 2021-05-04 16:41:47 +02:00
parent 7c41820f13
commit 164cc3ba80

View File

@ -16,6 +16,7 @@ try {
if (-not(test-path "$Path")) {
write-output "Time,User,Text" > "$Path"
}
write-output $Line >> "$Path"
"✔️ added to 📄$Path"