9 lines
190 B
Bash
9 lines
190 B
Bash
#!/usr/bin/bash
|
|
GIT_URL=https://git.seanhealy.ie
|
|
GIT_USER=sean
|
|
GITHUB_USER=seanhly
|
|
GITLAB_USER=seanhly
|
|
CODEBERG_USER=seanhly
|
|
TOKEN="$(pass gitea-api-token)"
|
|
EXCLUDE_LANGUAGES=(Makefile TeX)
|