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

« back to all changes in this revision

Viewing changes to .pc/fix_shellscripts.patch/monit/persil.sh

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cd $HOME/midwork
 
2
rm -f Midas_*
 
3
rm -f FORGR* 
 
4
rm -f MIDAS*.PID
 
5
rm -f RUN* 
 
6
rm -f midjo* 
 
7
rm -f idisav*
 
8
rm -f idiserv*
 
9
rm -f midtemp*
 
10
rm -f sxw*
 
11
rm -f getXdepth**
 
12
echo directory $MID_WORK cleaned...
 
13