podman-peerjs add script

This commit is contained in:
Gitouche 2021-05-04 22:28:54 +02:00
parent 4802473408
commit 3aaa32bc53

View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
ABSDIR="$( dirname "$(readlink -f -- "$0")" )"
source ${ABSDIR}/../functions.sh
source ${ABSDIR}/vars.sh
ensure_pwd_is_scriptdir
ensure_not_root
echo NOT IMPLEMENTED YET
exit 1