mirror of
https://github.com/fruit-bat/pico-zxspectrum.git
synced 2025-04-19 00:04:01 +03:00
hid host lib
This commit is contained in:
parent
ed077de871
commit
2667e0052e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@
|
||||
jsw.h
|
||||
ljm.h
|
||||
build*/**
|
||||
temp*/**
|
||||
.vscode
|
||||
|
5
comb_uf2.sh
Executable file
5
comb_uf2.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p temp_uf2
|
||||
rm -rf temp_uf2/*
|
||||
find build-* -name '*.uf2' -execdir bash -c "cat {} >> $PWD/temp_uf2/{}" \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user