added ./scripts folder with misc purposes.
THIS IS WORK IN PROGRESS
diff --git a/scripts/addmpwseal.tcl b/scripts/addmpwseal.tcl
new file mode 100644
index 0000000..695ced2
--- /dev/null
+++ b/scripts/addmpwseal.tcl
@@ -0,0 +1,11 @@
+drc off
+gds readonly true
+gds read ../gds/sram_1rw1r_32_256_8_sky130_lp1.gds
+load openram_tc_1kb.mag
+select top cell
+move origin -1015um -1272.5um
+box position 0 0
+getcell advSeal_6um_gen
+save
+gds write ../gds/openram_tc_1kb.gds
+