mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-02 19:49:59 +01:00
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5933 bfdf4180-ca20-0410-9c96-a3a8aa849046
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p "$HOME/.qet"
|
|
ln -snf "$SNAP/bin/DXFtoQET" "$HOME/.qet/DXFtoQET"
|
|
|
|
exec "${@}"
|