7 lines
66 B
Bash
7 lines
66 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf inst out build
|
||
|
mkdir build
|
||
|
mkdir out
|
||
|
mkdir inst
|