Remove old scripts

This commit is contained in:
Josh French
2022-10-11 11:32:30 -04:00
parent 1660f0c75e
commit 3b0bfd72fe
2 changed files with 0 additions and 13 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -e
docker run -it --name zmk zmk
docker cp zmk:/app/firmware/ ./
docker stop zmk
docker rm zmk
-5
View File
@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -e
docker build --tag zmk .