mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-11 07:53:00 +02:00
5 lines
144 B
Bash
5 lines
144 B
Bash
#!/bin/bash
|
|
|
|
while sleep 5; do
|
|
cp ~/hifi/interface/resources/qml/hifi/audio/* ~/hifi/build/interface/Release/resources/qml/hifi/audio/
|
|
done
|