mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 21:44:29 +00:00
10 lines
257 B
Bash
Executable File
10 lines
257 B
Bash
Executable File
# This could be nice to use if you want to mess with the testvectors
|
|
# without corrupting the stable copies on Tera.
|
|
unlink all.txt
|
|
unlink bootmem.txt
|
|
unlink ram.txt
|
|
unlink vmlinux.objdump
|
|
unlink vmlinux.objdump.addr
|
|
unlink vmlinux.objdump.lab
|
|
echo "Done!"
|