mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
9 lines
170 B
Markdown
9 lines
170 B
Markdown
---
|
|
functions:
|
|
file-write: # should be file-copy
|
|
- code: |
|
|
LFILE1=file_to_read
|
|
LFILE2=file_to_write
|
|
dos2unix -f -n "$LFILE1" "$LFILE2"
|
|
---
|