8 lines
110 B
Bash
8 lines
110 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
cd $GOPATH/src/vibeStonk || exit
|
|
|
|
rm -rf dist/test-data
|
|
rm -rf server/services/test-data |