#!/bin/sh cd /home/admar/goodmorningsunshine while [ true ] ; do python3 ./clock.py done