mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
7 lines
127 B
Bash
Executable file
7 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
# Execute subcommand (eg 'yarn <cmd> ...') and update licenses.
|
|
|
|
set -e
|
|
|
|
bazel run yarn -- $*
|
|
./update-licenses.sh
|