TheMathemagicians/sevenkeys/storagemanager

6 lines
58 B
Plaintext
Raw Normal View History

2024-05-27 12:31:53 +00:00
#!/bin/bash
while true; do
printf "Hello, world\n"
done