Files
it-sec-exercises/sheet05/a2/archive.sh
2026-05-22 11:46:10 +02:00

3 lines
52 B
Bash

#!/bin/bash
TARGET_DIR=$1
chmod -R a-w "$TARGET_DIR"