From 242df77a7e44d9873dd6cba4bed7aa2308a58688 Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 15 Aug 2021 00:06:53 +0200 Subject: [PATCH] add mount_pepsioux() --- bash_profile.d/pEp.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash_profile.d/pEp.sh b/bash_profile.d/pEp.sh index e3388d3..00c2748 100644 --- a/bash_profile.d/pEp.sh +++ b/bash_profile.d/pEp.sh @@ -54,4 +54,8 @@ function clone_devWiki() { git clone ssh://wiki/var/lib/gitit/wikidata . } +function mount_pepsioux() { + sudo mount -t nfs -o resvport pepsioux:/home/heck /Volumes/pepsioux +} + alias test_pEpPythonAdapter='python3 -c "import pEp;"'