Files
2021-12-23 22:09:49 +01:00

7 lines
116 B
Bash

#!/bin/bash
set -a
source .env
# you can not run this as root!
xdg-open http://localhost:"${PHPMYADMIN_PORT}"/
exit