moved srcipts to include/ and changed function include()

This commit is contained in:
2025-11-09 22:20:58 +05:00
parent 05f3b9a0a0
commit 579dd5916e
9 changed files with 54 additions and 48 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
for f in $(find ./ -name '*.sh')
do
chmod a+x "$f"
ls -lh "$f"
done