mte/init.sh
2026-02-10 14:02:16 +01:00

5 lines
73 B
Bash
Executable file

#!/bin/bash
set -e
test -d ./assets || cp -r ./default/assets ./assets