Touch ups

This commit is contained in:
waffles
2023-01-30 22:00:26 -08:00
parent 49cb7aadbe
commit 5584de4ef2
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
# Wrap around a docker command to invoke `tootctl`
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $*
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $@