~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/baches/proc/baches_clean.prg

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! $Id: baches_clean.prg,v 1.1 2009-06-11 15:30:29 midasmgr Exp $
 
2
! $Name: not supported by cvs2svn $
 
3
!
 
4
! AUTHOR: C. Guirao
 
5
!
 
6
! NAME: clean.prg
 
7
!   Remove the garbage left by MIDAS
 
8
!
 
9
!*******************************************************************************
 
10
! ECHO/FULL
 
11
 
 
12
 DEFINE/LOCA cmd/c/1/20         "clean"
 
13
 
 
14
!
 
15
! Clean
 
16
!
 
17
 WRITE/OUT "{cmd}: cleaning temporary files"
 
18
 $ rm -f *.dat *.bdf *.tbl *.cat *.KEY *.plt 
 
19
 $ rm -f NULL
 
20
 $ rm -rf core*
 
21
 $ rm -f IDENTI.res Mid*Pipe
 
22
! Do not remove bachesIORDER.fit to avoid re-identification of orders
 
23
! $ rm -f bachesIORDE.*
 
24
!
 
25
 ECHO/OFF