non important commit

This commit is contained in:
maxstrb 2026-01-05 23:29:53 +01:00
parent aeedf2dd9b
commit 0d0a78c1e0

View file

@ -41,7 +41,8 @@ in {
cd $name
if ($blueprint_dir | path expand | ls $in | length) > 0 {
glob $"($blueprint_dir)/*" | each { ||file| cp --no-preserve=mode $file . }
glob $"($blueprint_dir)/*" | each { ||file| cp $file . }
chmod -R u+w .
}
if ("./init.sh" | path type) == "file" {