10 lines
96 B
Bash
Executable File
10 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rfv data/*
|
|
rm -rfv genpos/*
|
|
|
|
rm -f neg.txt
|
|
rm -f info.dat
|
|
rm -f positives.vec
|
|
|