3 lines
80 B
Bash
3 lines
80 B
Bash
#!/bin/bash
|
|
systemd-analyze critical-chain
|
|
read -p "Press Enter to continue..."
|