CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/cwd/proc/3/cwd/usr/bin/
Upload File :
Current File : //proc/2/cwd/proc/3/cwd/usr/bin/timed-run

#!/bin/sh
# \
exec expect -f "$0" ${1+"$@"}
# run a program for a given amount of time
# i.e. time 20 long_running_program

set timeout [lindex $argv 0]
eval spawn [lrange $argv 1 end]
expect

Copyright 2K16 - 2K18 Indonesian Hacker Rulez