docker image source

This commit is contained in:
MX
2025-01-05 17:14:41 +03:00
parent 1a95757a75
commit f2c84e0510
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -z "$1" ]; then
bash
else
echo "Running $1"
set -ex
bash -c "$1"
fi