mirror of
https://codeberg.org/puppe/secrets.git
synced 2025-12-20 00:42:17 +01:00
Merge branch 'master' into typed
This commit is contained in:
commit
01ed3fb9d6
1 changed files with 2 additions and 0 deletions
2
secrets
2
secrets
|
|
@ -73,6 +73,8 @@ rm -rf "$basedir"/*
|
||||||
|
|
||||||
while read name; do
|
while read name; do
|
||||||
fullpath="$basedir/$name"
|
fullpath="$basedir/$name"
|
||||||
|
touch "$fullpath"
|
||||||
|
chmod 600 "$fullpath"
|
||||||
read size
|
read size
|
||||||
head --bytes="$size" - > "$fullpath"
|
head --bytes="$size" - > "$fullpath"
|
||||||
read owner
|
read owner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue