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