Skip to main content

taarr

taarr


Your shell script multi-tool





Install or Download (<3MiB static executable)

Download for Linux amd64/x86_64

curl -L https://github.com/tongson/taarr/releases/download/2.4.0/rr.linux-amd64 -o rr

Download for Linux 32-bit

curl -L https://github.com/tongson/taarr/releases/download/2.4.0/rr.linux-i386 -o rr

Download for macOS Intel

curl -L https://github.com/tongson/taarr/releases/download/2.4.0/rr.macos-intel -o rr

Download for macOS m1 (arm64)

curl -L https://github.com/tongson/taarr/releases/download/2.4.0/rr.macos-m1 -o rr


div


shell script manager and runner inspired by rerun[1], bashing[2], and drist[3]
[1] github.com/rerun/rerun
[2] github.com/xsc/bashing
[3] bitreich.org/drist


Modes

Local (requires GNU tar(1))
Local container (Linux only, requires nsenter(1) and GNU tar(1) 1.28)
Remote (requires OpenSSH ssh(1) and GNU tar(1) 1.28 in the remote host)

Heredocs can be used if tar(1) is not available.

For

Runbooks
Launchers
Deployment
Release Engineering
Builds
Compiles
Testing
Configuration Management
C2
Hooks