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