summaryrefslogtreecommitdiff
path: root/advanced_lighting/build.sh
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-06-15 16:11:31 +0500
committerpryazha <pryadeiniv@mail.ru>2025-06-15 16:11:31 +0500
commit9d944f26d359e4bc1ffd8e44350b0df9f0935b18 (patch)
tree9759a83a76ab741a587b99f00c2463eafd05d813 /advanced_lighting/build.sh
parentd65ddd07a43d5ffdcf2ddf90d6f86626cf9b92d8 (diff)
something
Diffstat (limited to 'advanced_lighting/build.sh')
-rwxr-xr-xadvanced_lighting/build.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/advanced_lighting/build.sh b/advanced_lighting/build.sh
deleted file mode 100755
index 4829c7d..0000000
--- a/advanced_lighting/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-targets=$(ls)
-for target in $targets ; do
- if [ $target != 'build.sh' ] ; then
- cd $target
- ./build.sh
- cd ..
- fi
-done