mirror of
https://github.com/notwa/rc
synced 2024-11-05 08:19:03 -08:00
5 lines
140 B
Bash
Executable file
5 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
[ -n "${ZSH_VERSION:-}" ] \
|
|
&& read -sk '?Press any key to continue
|
|
' || read -n1 -u 1 -sp 'Press any key to continue
|
|
'
|