5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
rm -r /tmp/arduino-sketch-*
|