Merge branch 'master' into typed

This commit is contained in:
Martin Puppe 2021-02-08 11:09:07 +01:00
commit 01ed3fb9d6

View file

@ -73,6 +73,8 @@ rm -rf "$basedir"/*
while read name; do
fullpath="$basedir/$name"
touch "$fullpath"
chmod 600 "$fullpath"
read size
head --bytes="$size" - > "$fullpath"
read owner