podman-peerjs add script
This commit is contained in:
parent
4802473408
commit
3aaa32bc53
11
podman-peerjs/50_update.sh
Normal file
11
podman-peerjs/50_update.sh
Normal 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
|
Loading…
Reference in a new issue