Added pomo script and basic docker-sh

This commit is contained in:
z3rOR0ne 2023-02-12 17:59:49 -08:00
parent 1b16aa381d
commit d5025d4057
2 changed files with 137 additions and 0 deletions

2
scripts/docker-sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker exec -it "${1}" bash