mirror of
https://codeberg.org/timelimit/opentimelimit-android.git
synced 2025-10-06 03:50:27 +02:00
4 lines
142 B
Bash
Executable file
4 lines
142 B
Bash
Executable file
#! /bin/sh
|
|
set -ex
|
|
cd "$(dirname $0)"
|
|
cp ../../timelimit-android/app/src/main/assets/device-names.bin ../app/src/main/assets/device-names.bin
|