386BSD 0.1 development
[unix-history] / usr / othersrc / public / ghostscript-2.4.1 / rm.bat
CommitLineData
caa22231
WJ
1@echo off\r
2:next\r
3if '%1'=='' goto exit\r
4if '%1'=='-f' goto sh\r
5erase %1\r
6:sh\r
7shift\r
8goto next\r
9:exit\r