Closed juliusrickert closed 4 years ago
The addition of a shebang line allows for easy execution by typing ./syncMyMoodle.py instead of python3 syncMyMoodle.py.
./syncMyMoodle.py
python3 syncMyMoodle.py
The addition of a shebang line allows for easy execution by typing
./syncMyMoodle.py
instead ofpython3 syncMyMoodle.py
.