Files
tfm/run.sh
2026-05-15 17:24:43 +02:00

7 lines
72 B
Bash

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