mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-06 03:06:04 +00: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 "$@"
|