Files
tfm/run.sh
2026-05-15 17:21:20 +02:00

6 lines
55 B
Bash

#!/bin/bash
echo "Doing job..."
sleep 60
echo "Done!"