Files
tfm/run.sh
2026-05-19 17:58:33 +02:00

7 lines
79 B
Bash

#!/bin/bash
echo "Doing job..."
sleep 60
echo "Job is done!"
echo "It works!"