We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23cca8 commit 2e3cc42Copy full SHA for 2e3cc42
asm2cfg
@@ -0,0 +1,12 @@
1
+#!/bin/sh
2
+
3
+# SPDX-License-Identifier: GTDGmbH
4
+# Copyright 2023 by GTD GmbH.
5
6
+dir="$(dirname "$(readlink -f "$0")")"
7
+cd $dir
8
+export PATH=$dir/bin:$PATH
9
+if [ -d "venv" ]; then
10
+ . venv/bin/activate
11
+fi
12
+python3 -m ocgraph.__main__ "$@"
0 commit comments