mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-11-04 18:58:33 +01:00
751 B
751 B
description, functions
| description | functions | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| All these examples only work with GNU `make` due to the lack of support of the `--eval` flag. The same can be achieved by using a proper `Makefile` of by passing the content via stdin, that is: ``` make -s --eval=<commands> ``` becomes: ``` make -s -f <(echo <commands>) ``` |
|