1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00

Linking test file, copying around sources is really bad...

This commit is contained in:
Andreas Olofsson 2016-08-24 00:18:25 -04:00
parent e5b35f611e
commit b9a9853753

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -e "test_0.emf" ]
if [ -L "test_0.emf" ]
then
rm test_0.emf
unlink test_0.emf
fi
cp $1 test_0.emf
ln -s $1 test_0.emf
./dut.bin