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