7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/dash
|
|
|
|
ulimit -t 30
|
|
cd $1
|
|
shift 1
|
|
exec $@
|