From e40906a93343dadfb59401b5dc4b9c9ae822ef8c Mon Sep 17 00:00:00 2001 From: Viktoria Konschuh Date: Thu, 21 May 2026 19:12:14 +0000 Subject: [PATCH] Edit archive.sh --- sheet05/a1/archive.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sheet05/a1/archive.sh b/sheet05/a1/archive.sh index e69de29..f339c2e 100644 --- a/sheet05/a1/archive.sh +++ b/sheet05/a1/archive.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# $1 = directory path +chmod -R a-w "$1" \ No newline at end of file