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