blob: ce670c9734d29e2c7a9b6f673606af41f4cfcad7 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
TEST_DIR=.
rm $TEST_DIR/executables/*
rm $TEST_DIR/logs/*
rm $TEST_DIR/times/heavy/*
rm $TEST_DIR/times/normal/*
rm $TEST_DIR/inputs/*
rm $TEST_DIR/outputs/*
rm $TEST_DIR/Rstuff/*
|