This commit is contained in:
2025-11-23 20:39:37 +04:00
parent 3e9ddfa23b
commit a53339a753
1041 changed files with 692788 additions and 2521 deletions

7
bloom.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
BloomInstallationDir=/opt/bloom
LD_LIBRARY_PATH=:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH;
exec $BloomInstallationDir/bin/bloom "$@";