Files
ith-project/run.sh
2026-05-21 13:04:02 +02:00

6 lines
52 B
Bash

#!/bin/bash
echo "Hello!"
sleep 15
echo "Goodbye!"