Added testers

This commit is contained in:
2021-10-06 10:42:09 +02:00
parent abb1e1aa71
commit 80e9925cc9
2 changed files with 19 additions and 2 deletions

11
.local/bin/tester-ebuild Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
sudo ebuildtester \
--threads 8 \
--pull \
--update \
--unstable \
--rm \
--portage-dir "$HOME/git/dev/gentoo" \
--overlay-dir "$HOME/git/dev/guru" \
--atom "$@"