File: clean_checkpoints

package info (click to toggle)
fastdnaml 1.2.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 552 kB
  • ctags: 384
  • sloc: ansic: 3,927; sh: 570; makefile: 79
file content (6 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
#! /bin/sh
#
# clean_checkpoints
#
if test $# -gt 0; then echo "Usage:  $0"; exit; fi
rm -f `echo treefile.* | sed -e 's/treefile/checkpoint/g'`