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:
parent
6ab9b17eb8
commit
ca330b00bc
49 changed files with 8 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue