mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/sh -ve
|
|
flutter pub global activate changelog
|
|
export PATH="$PATH":"$HOME/development/flutter/.pub-cache/bin"
|
|
changelog -c
|