diff options
| author | alex <alex@pdp7.net> | 2023-10-18 12:31:36 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-18 12:31:36 +0200 |
| commit | d7437aae5d15f107fdc52dc33f23908449a602c5 (patch) | |
| tree | cfc63e08db6f0c77d24d92b37942d82e04853404 /scripts/pyproject.toml | |
| parent | 1b1a084928dc9a0eae1e9013c25f7deb59be8767 (diff) | |
Add distrobox shortcuts
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index bef039fd..2df3f455 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -18,3 +18,5 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] ruscreen = 'p7s.ruscreen:main' mbsync_config = 'p7s.mbsync:generate_config' +db-create = 'p7s.distrobox:create' +db-enter = 'p7s.distrobox:enter' |
