6 lines
66 B
Bash
6 lines
66 B
Bash
#!/bin/bash
|
|
|
|
source "$(dirname "$0")/_common.sh"
|
|
echo 80
|
|
echo 443
|