mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Add compatibility notice in make
This commit is contained in:
parent
c31a8a1b6b
commit
81f12399fe
@ -1,4 +1,18 @@
|
|||||||
---
|
---
|
||||||
|
description: |
|
||||||
|
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>)
|
||||||
|
```
|
||||||
functions:
|
functions:
|
||||||
execute-interactive:
|
execute-interactive:
|
||||||
- code: |
|
- code: |
|
||||||
|
Loading…
Reference in New Issue
Block a user