mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
Fix formatting
This commit is contained in:
parent
db1d79a87f
commit
377b716c2a
@ -2,7 +2,7 @@
|
|||||||
functions:
|
functions:
|
||||||
file-write:
|
file-write:
|
||||||
- description: Resulting file will contain additional timestamp lines in the format of `#1535795174` for each data line.
|
- description: Resulting file will contain additional timestamp lines in the format of `#1535795174` for each data line.
|
||||||
- code: |
|
code: |
|
||||||
LFILE=file_to_write
|
LFILE=file_to_write
|
||||||
HISTIGNORE='history *'
|
HISTIGNORE='history *'
|
||||||
history -c
|
history -c
|
||||||
@ -10,7 +10,7 @@ functions:
|
|||||||
history -w $LFILE
|
history -w $LFILE
|
||||||
file-read:
|
file-read:
|
||||||
- description: The file content will be surrounded by your current bash history session content.
|
- description: The file content will be surrounded by your current bash history session content.
|
||||||
- code: |
|
code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
HISTTIMEFORMAT=$'\r\e[K'
|
HISTTIMEFORMAT=$'\r\e[K'
|
||||||
history -r $LFILE
|
history -r $LFILE
|
||||||
|
Loading…
Reference in New Issue
Block a user