mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
set -e; case "$1" in
|
|
|
|
url)
|
|
echo "http://$(< "/home/git/$2/VHOST")"
|
|
;;
|
|
|
|
esac |