mirror of
https://github.com/simon987/keysmash.git
synced 2025-04-03 08:23:06 +00:00
7 lines
207 B
Bash
7 lines
207 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -r ./keysmash/static/*
|
|
|
|
cp -r /work/lab-docker/lab-files/bottom_key_smash/tfjs_model/ ./keysmash/static/
|
|
cp /work/lab-docker/lab-files/bottom_key_smash/tokens.json ./keysmash/static/
|