5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#! /bin/bash
|
|
PATH=.:$PATH
|
|
IN="$1"
|
|
time { ex1.bash < $IN; ex2.bash < $IN; } 2>&1
|