From 2b287af7301438a9cb6c9fceedd309ffec26853d Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Tue, 20 Jun 2023 02:59:43 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f042fa..eac9668 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ Parallel SSH executor in Rust. It can read servers from `~/.ssh/known_hosts` or even expand servers from bash expanshion line `cassandra.{prod,dev}.example.com` + [![Rust-static-build](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml/badge.svg)](https://github.com/house-of-vanity/rexec/actions/workflows/release.yml) + ```shell [ab@test debug]$ ./rexec -k admin-gce-sc.* --help Parallel SSH executor in Rust