0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-19 16:52:16 +00:00
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}"