mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
4 lines
142 B
Batchfile
4 lines
142 B
Batchfile
@ECHO OFF
|
|
REM windows doesn't do aliases, so have to make a batch script. see `pftt_shell` on *nix
|
|
pftt -ignore_unknown_option %* core_all %*
|