TheMathemagicians/sevenkeys/storagemanager

6 lines
58 B
Bash
Executable File

#!/bin/bash
while true; do
printf "Hello, world\n"
done