This commit is contained in:
Didier Slof 2022-12-13 14:29:51 +01:00
parent 53bbf54d43
commit c2ec771271
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -15,16 +15,17 @@ ync() {
dock() { dock() {
if ync $USE_DOCK_MAN; then if ync $USE_DOCK_MAN; then
pushd /docker ORIGIN=`pwd`
cd /docker
./man $@ ./man $@
popd cd $ORIGIN
else else
docker $@ docker $@
fi fi
} }
if [ "$1" = "-c" ]; then if [ "$1" = "-c" ]; then
shift # DO NOT REMOVE; THIS IS PREVENTING A FORKBOMB shift # DO NOT REMOVE, FUCKING DEGENERATE; THIS IS PREVENTING A FORKBOMB!!!!!!!!
router.sh $@ router.sh $@
fi fi