We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1256541 commit 8739d0cCopy full SHA for 8739d0c
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