source: git/ntl/src/RemoveProg @ 33a041

spielwiese
Last change on this file since 33a041 was 2cfffe, checked in by Hans Schönemann <hannes@…>, 21 years ago
This commit was generated by cvs2svn to compensate for changes in r6316, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@6317 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 113 bytes
Line 
1
2for i in $*
3do
4   if test -f $i.exe
5   then
6      rm $i.exe
7   elif test -f $i
8   then
9      rm $i
10   fi
11done
12
Note: See TracBrowser for help on using the repository browser.