CHips L MINI SHELL

CHips L pro

Current Path : /usr/bin/
Upload File :
Current File : //usr/bin/timed-read

#!/bin/sh
# \
exec expect -f "$0" ${1+"$@"}
# read a complete line from stdin
# aborting after the number of seconds (given as an argument)
# - Don Libes
set timeout $argv
expect -re \n {send_user $expect_out(buffer)}

Copyright 2K16 - 2K18 Indonesian Hacker Rulez