1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Improve bridge

This commit is contained in:
Andrea Cardaci 2021-01-17 23:22:33 +01:00 committed by GitHub
parent 513909c38c
commit 629501ccc7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,8 @@
---
functions:
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: |
LFILE=file_to_read
bridge -b "${LFILE}"
bridge -b "$LFILE"
---