From a1dd60576cb8abbf00fe5819a4cc59ede48d802c Mon Sep 17 00:00:00 2001 From: MK Date: Sat, 18 Feb 2023 22:07:31 +0100 Subject: [PATCH] Add 'LogoutScript' --- LogoutScript | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 LogoutScript diff --git a/LogoutScript b/LogoutScript new file mode 100644 index 0000000..f793e5a --- /dev/null +++ b/LogoutScript @@ -0,0 +1,5 @@ +#!/bin/bash + +#rm -r /home/SuS/ +#tar -xzf SuS.tar.gz -C /home/ +touch ~/scripttest.txt \ No newline at end of file