To add a Python script as a shortcut in the Bash
Linux Bash 5.2.32(1): I have created a Python (version 3.13.7) script in order to shut down my pc. I don’t want to click on the graphic menu in the Gnome (47.9 my version). This is the script in order to shut down the pc: `import subprocess import time import os t = time.localtime() Zeit =…
