From 76a427d576d8fad561f3fa54a99a941357729c28 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:24:53 +0200 Subject: [PATCH] wip #5220 --- bin/mount | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/mount diff --git a/bin/mount b/bin/mount new file mode 100644 index 0000000..209522e --- /dev/null +++ b/bin/mount @@ -0,0 +1,2 @@ +#!/bin/sh +sshfs -o uid=fluidbookfarmer -o gid=fluidbookfarmer root@godzilla.cubedesigners.com:/data/fluidbook/docs /usr/local/fluidbook_processfarm/files \ No newline at end of file -- 2.39.5