9 lines
69 B
Bash
Raw Normal View History

2022-07-15 13:07:06 +08:00
#!/usr/bin/env bash
2022-07-15 12:59:49 +08:00
set -euo pipefail
IFS=$'\n\t'
env
sleep 10000