mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Improve bridge
This commit is contained in:
parent
513909c38c
commit
629501ccc7
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
file-read:
|
file-read:
|
||||||
- description: Outputs the first line of the file, until the first whitespace, to stderr.
|
- description: Outputs the first line of the file (until the first whitespace) inside an error message to stdandard error.
|
||||||
code: |
|
code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
bridge -b "${LFILE}"
|
bridge -b "$LFILE"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user