Frappuccino/hots.sh
thecookingsenpai 37cb59610e Initial commit
2023-12-25 13:27:34 +01:00

6 lines
110 B
Bash

#!/bin/bash
while true; do
echo "$(date) : I am once again wandering this empty slot..."
sleep 2
done