rename repo, subdir for yearly challenges
This commit is contained in:
5
2020/day06/c.sh
Executable file
5
2020/day06/c.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/bash
|
||||
PATH=.:$PATH
|
||||
IN="$1"
|
||||
echo IN=$IN
|
||||
time for i in ex1-c ex2-c; do "$i" < "$IN"; done 2>&1
|
Reference in New Issue
Block a user