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:
parent
e5b35f611e
commit
b9a9853753
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -e "test_0.emf" ]
|
if [ -L "test_0.emf" ]
|
||||||
then
|
then
|
||||||
rm test_0.emf
|
unlink test_0.emf
|
||||||
fi
|
fi
|
||||||
cp $1 test_0.emf
|
ln -s $1 test_0.emf
|
||||||
./dut.bin
|
./dut.bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user