0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 10:54:56 +00:00
Files
termux-packages/packages/dart/dart-pub-bin.sh
2024-11-09 00:36:12 +08:00

4 lines
152 B
Bash

# Executables installed with 'dart pub global activate'
# are available in directory $HOME/.pub-cache/bin.
export PATH="${HOME}/.pub-cache/bin:${PATH}"