mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-05-06 08:36:53 -04:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#MISE description="Publish project"
|
|
set -e
|
|
|
|
cargo publish "$@"
|