From 2faea12b6e4e3241d01561e6255c2733f7bd64c8 Mon Sep 17 00:00:00 2001 From: Diego Tellaroli Date: Sun, 12 Sep 2021 13:20:51 -0400 Subject: [PATCH] Add neofetch Co-authored-by: Andrea Cardaci --- _gtfobins/neofetch.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _gtfobins/neofetch.md diff --git a/_gtfobins/neofetch.md b/_gtfobins/neofetch.md new file mode 100644 index 0000000..26a468c --- /dev/null +++ b/_gtfobins/neofetch.md @@ -0,0 +1,12 @@ +--- +description: The file content is used as the logo while some other information is displayed on its right, thus it might not be suitable to read arbitray binary files. +functions: + file-read: + - code: | + LFILE=file_to_read + neofetch --ascii $LFILE + sudo: + - code: | + LFILE=file_to_read + sudo neofetch --ascii $LFILE +---