This repository has been archived on 2023-05-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Go-PlayGround/test.sh
2022-09-01 16:41:03 +02:00

5 lines
73 B
Bash
Executable File

#!/bin/bash
echo hello $1 >>out.txt
sleep 20
echo bye $1 >>out.txt
exit 0