Add storagemanager script

This commit is contained in:
The Magician 2024-05-27 13:31:53 +01:00
parent 27e7e94050
commit 3cee8b7b9b
1 changed files with 5 additions and 0 deletions

5
sevenkeys/storagemanager Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
while true; do
printf "Hello, world\n"
done