control-freak-ide/dist/misc_web/export.sh
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

10 lines
213 B
Bash

#!/usr/bin/env bash
BASEDIR=$(cd $(dirname $0) && pwd)
cd $BASEDIR
cd server/nodejs
node file=export.js --system="../../data" --user="$1" --target="../../exported"
echo "Application exported to ../../exported"