#!/bin/bash

rm FactoryTest.ino.bin
rm FactoryTest.ino.bootloader.bin
rm FactoryTest.ino.partitions.bin

target=plus2
for i in ${target}/* ; do
  ln -s $i .
  echo $i
done

ls -l
