vibeStonk/scripts/remove_test_dbs.sh
2025-06-12 16:57:42 -04:00

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