Topic: Linux bash script : open second project
Hi.
I use on Linux Mint the AppImages from QElectrotech.
Great program by the way, thank you!
But I'm struggling to open a second project by using a bash script.
Right click on project file -> open with -> bash script for qelectrotech
It works, if it qelectrotech is not running. But not as a second project.
#! /bin/bash
/home/user/apps/QElectroTech_0.100.0-r8470-x86_64.AppImage "$@"
Is there a special parameter for using an already running instance?
Thank you!