mirror of
https://github.com/tcsenpai/Frappuccino.git
synced 2025-06-02 16:50:09 +00:00
6 lines
110 B
Bash
6 lines
110 B
Bash
#!/bin/bash
|
|
while true; do
|
|
echo "$(date) : I am once again wandering this empty slot..."
|
|
sleep 2
|
|
done
|