File: cleanup

package info (click to toggle)
ion 3.2.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,768 kB
  • ctags: 11,049
  • sloc: ansic: 141,798; sh: 22,848; makefile: 7,818; python: 1,638; sql: 311; perl: 197; awk: 178; xml: 50; java: 19
file content (16 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
#
# Keith Scott
# June 12, 2012

echo "Cleaning up old ION..."
rm -f ion_nodes
killall -9 bpecho
for i in {1..4}; do
	rm -f node$i/ion.log
	rm -f node$i/ion_contacts.txt
	rm -f node$i/received_test*
done
rm -f node4/bping*.out
killm