Add script to clear arduino ide sketch cache

This commit is contained in:
RealStickman 2021-06-26 14:12:29 +02:00
parent ee9de018b6
commit c3ed3ceec9

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
rm -r /tmp/arduino-sketch-*