EZ logging

This commit is contained in:
Alessandro C 2023-05-30 00:04:41 +02:00 committed by GitHub
parent d131a29f15
commit 71a2ed1611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Create a log file in the same directory as the desktop file/.sh file
exec >> NonSteamLaunchers-install.log 2>&1
chmod +x "$0" chmod +x "$0"