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() {
|
||||
if ync $USE_DOCK_MAN; then
|
||||
pushd /docker
|
||||
ORIGIN=`pwd`
|
||||
cd /docker
|
||||
./man $@
|
||||
popd
|
||||
cd $ORIGIN
|
||||
else
|
||||
docker $@
|
||||
fi
|
||||
}
|
||||
|
||||
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 $@
|
||||
fi
|
||||
|
||||
|
|
Reference in a new issue