migrate: kid; matrix, firefish, search engine
This commit is contained in:
parent
a12c81159a
commit
509afb52a8
25 changed files with 699 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
for file in /docker-entrypoint.d/*; do
|
||||
if [ -x "$file" ]; then
|
||||
echo "Running $file"
|
||||
"$file"
|
||||
else
|
||||
echo "Sourcing $file"
|
||||
. "$file"
|
||||
fi
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue