DEBSOURCES
Skip Quicknav
sources / ghostscript / 10.06.0~dfsg-3 / base / rm.cmd
123456789
@echo off :next if '%1'=='' goto exit if '%1'=='-f' goto sh erase %1 :sh shift goto next :exit