Created tasyagle script, not functional yet
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 12 Jul 2022 13:11:50 +0000 (14:11 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 12 Jul 2022 13:11:50 +0000 (14:11 +0100)
tasyagle-install [new file with mode: 0755]

diff --git a/tasyagle-install b/tasyagle-install
new file mode 100755 (executable)
index 0000000..cf18d2c
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# DON'T USE YET, DRAFT
+
+mkdir -p /home/$USER/src
+cd /home/$USER/src
+git clone https://gitlab.lip6.fr/vlsi-eda/tas-yagle.git
+cd tas-yagle
+./build.sh