1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-09 09:35:19 +09:00

Patches to patches to clean up patches

This commit is contained in:
Dave Gauer 2021-02-14 20:26:57 -05:00
parent 6ab9b17eb8
commit ca330b00bc
49 changed files with 8 additions and 9 deletions

View file

@ -10,7 +10,7 @@ cd $(dirname $(which $0))
f=$(basename ../exercises/$1*.zig .zig 2> /dev/null)
b=../exercises/$f.zig
a=../answers/$f.zig
p=$f.patch
p=patches/$f.patch
printf "\tf: '$f'\n\tb: '$b'\n\ta: '$a'\n"