mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
6 lines
189 B
Bash
Executable file
6 lines
189 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# The pages can be accessed by, eg surfing to
|
|
# http://localhost:40000/_anki/pages/deckconfig.html
|
|
|
|
QTWEBENGINE_REMOTE_DEBUGGING=8080 ANKI_API_PORT=40000 SOURCEMAP=1 ./run $*
|