Skip to content

Instantly share code, notes, and snippets.

View Marwes's full-sized avatar

Markus Westerlind Marwes

View GitHub Profile
@Riateche
Riateche / sync_publish.sh
Last active October 17, 2020 15:37
Wait after publish on crates.io
#!/bin/bash
# Usage: sync_publish /path/to/crate -f
#
# Publish a crate and wait for it to become available.
set -e
set -o pipefail
TMP_DIR=/tmp/test1