TY YARDI
This commit is contained in:
parent
53bbf54d43
commit
c2ec771271
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue