mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
for i in `\ls new-api`; do clear; echo "#######
|
|
### ${i}
|
|
#######
|
|
|
|
|
|
"; diff -u old-api/${i} new-api/${i} | diffr; read; done
|