non important commit

This commit is contained in:
maxstrb 2026-02-19 10:22:46 +01:00
parent 8d4639035f
commit 8868c43033

View file

@ -41,7 +41,7 @@ in {
cd $name cd $name
if (ls $blueprint_dir | length) > 0 { if (ls $blueprint_dir | length) > 0 {
glob $"($blueprint_dir)/*" | each { |file| cp $file . } glob $"($blueprint_dir)/*" | each { |file| cp --recursive $file . }
^chmod -R u+w . ^chmod -R u+w .
} }