Central Park. Image of The Mall area in Central Park, New York City, USA at autumn.

Write code to greet you everyday at noon

Start
#!/bin/bash

while true; do 
    osascript -e 'display notification "Haja is the greatest hacker in the world!" with title "Greetings!"'
    sleep 43200
done
Previous Story

Password-stealing “vulnerability” reported in KeePass – bug or feature?

Next Story

Code to display sysinfo using GTK