Initial Commit - days 01-12
This commit is contained in:
4
day06/bash.sh
Executable file
4
day06/bash.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
PATH=.:$PATH
|
||||
IN="$1"
|
||||
time { ex1.bash < $IN; ex2.bash < $IN; } 2>&1
|
Reference in New Issue
Block a user