Files
masto-ansible/roles/mastodon/files/tootctl
T
2023-01-30 22:00:26 -08:00

5 lines
134 B
Bash

#!/bin/bash
# Wrap around a docker command to invoke `tootctl`
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $@