mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-02 18:19:30 +01:00
4 lines
133 B
Bash
4 lines
133 B
Bash
|
#!/usr/bin/env bash
|
||
|
flutter pub global activate changelog
|
||
|
export PATH="$PATH":"$HOME/development/flutter/.pub-cache/bin"
|
||
|
changelog -c
|