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