blob: 84d1f98a04a6b62f4a19dba42fc6813df241c97c [file] [log] [blame]
#!/bin/bash
mkdir -p ../.tmp
mv abstract_SKILL_script ../.tmp/
mv lef_gen ../.tmp/
mv sourceme ../.tmp/
mv clean_all ../.tmp/
mv Makefile ../.tmp/
rm -rf ../abstract/*
mv ../.tmp/* .
rm -rf ../.tmp