Skip to content
Go to advanced search
Code: Select all
#!/bin/sh python yourpythonprogram.py > /dev/null 2>&1 & exit 0