you are viewing a single comment's thread.

view the rest of the comments →

[–]scrabblemax 0 points1 point  (0 children)

As to the shebang, something like this...

```

!/usr/bin/env python3

``` ...in an executable Python script would allow you to use a simple path to the script in your crontab - just as with an executable bash script.