From 163255555aa5554b4dba6118c4ad30d0f84276b4 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Wed, 27 Sep 2023 17:59:22 -0300 Subject: [PATCH] Add alias with rcfile --- scripts/magic | 2 ++ scripts/xschem | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 scripts/magic create mode 100644 scripts/xschem diff --git a/scripts/magic b/scripts/magic new file mode 100644 index 0000000..271208b --- /dev/null +++ b/scripts/magic @@ -0,0 +1,2 @@ +#!/bin/bash +magic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc \ No newline at end of file diff --git a/scripts/xschem b/scripts/xschem new file mode 100644 index 0000000..43de89a --- /dev/null +++ b/scripts/xschem @@ -0,0 +1,2 @@ +#!/bin/bash +xschem --rcfile $PDK_ROOT/$PDK/libs.tech/xschem/xschemrc \ No newline at end of file