Skip to content
Snippets Groups Projects
Verified Commit 43a08ca7 authored by Kevin Morris's avatar Kevin Morris
Browse files

feat: add aurweb script wrappers


To call these externally, poetry run must be used. This
patch brings in some wrappers that call `poetry run`
within `{{ aurweb_dir }}`.

Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent edc8371d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-auth "$@"
#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-serve "$@"
#!/bin/bash
cd "{{ aurweb_dir }}"
exec poetry run aurweb-git-update "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment