mirror of
https://github.com/php/pftt2.git
synced 2026-04-29 03:33:11 +02:00
2a5da53454
Former-commit-id: cc4449a4141fc39b7fe11e6f79709596ee59b802
4 lines
141 B
Batchfile
4 lines
141 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 %* app_all %*
|