You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
232 B
12 lines
232 B
3 years ago
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
PWD=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||
|
rm -r $PWD/01_gen_data/data/*
|
||
|
rm -r $PWD/01_gen_data/queries/*
|
||
|
|
||
|
rm $PWD/05_sql/*.sql
|
||
|
rm -r $PWD/07_multi_user/queries/*
|
||
|
|
||
|
rm -r $PWD/log/*
|
||
|
rm -r $PWD/reports/*
|