UNPKG

183 Bapplication/x-shView Raw
1#!/usr/bin/env bash
2DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3
4ARGS=$@
5ARGS=${ARGS// /\~ \~}
6
7node $DIR/../electron-forge/dist/electron-forge-start --vscode -- \~$ARGS\~
\No newline at end of file