386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 26 Jan 1992 17:09:36 +0000 (09:09 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 26 Jan 1992 17:09:36 +0000 (09:09 -0800)
Work on file usr/othersrc/public/ghostscript-2.4.1/rm.bat

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/public/ghostscript-2.4.1/rm.bat [new file with mode: 0755]

diff --git a/usr/othersrc/public/ghostscript-2.4.1/rm.bat b/usr/othersrc/public/ghostscript-2.4.1/rm.bat
new file mode 100755 (executable)
index 0000000..0b96db2
--- /dev/null
@@ -0,0 +1,9 @@
+@echo off\r
+:next\r
+if '%1'=='' goto exit\r
+if '%1'=='-f' goto sh\r
+erase %1\r
+:sh\r
+shift\r
+goto next\r
+:exit\r