Make files executable by default

This commit is contained in:
Arthurmeade12 2024-01-27 18:11:44 -06:00
parent 6ea80b9c66
commit 7f75e75bec
No known key found for this signature in database
3 changed files with 1 additions and 0 deletions

0
install_requirements_LINUX.sh Normal file → Executable file
View File

0
install_requirements_WINDOWS.bat Normal file → Executable file
View File

1
pluget.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
""" """
Handles the main function and the argument passing for the whole pluGET program Handles the main function and the argument passing for the whole pluGET program
""" """