mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 20:28:39 -04:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
|
[ -d tmp ] || rm -rf tmp
|
|
mkdir -p tmp
|