Files
advent-of-code/2020/day06/bash.sh

5 lines
80 B
Bash
Executable File

#! /bin/bash
PATH=.:$PATH
IN="$1"
time { ex1.bash < $IN; ex2.bash < $IN; } 2>&1