7 lines
62 B
Bash
7 lines
62 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd "`dirname \"$0\"`/.."
|
||
|
|
||
|
rm -rf build
|
||
|
rm -rf dist
|