mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-12 20:32:26 +00:00
16 lines
329 B
Bash
16 lines
329 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# URL prefixes for updating remote URLs
|
||
|
JETBRAINS_SPACE_REPO="git.jetbrains.space/ajhalili2006/web/andreijiroh.dev.git"
|
||
|
SOURCEHUT_GIT_REPO="git.sr.ht/~ajhalili2006/web"
|
||
|
GITHUB_REPO="github.com/ajhalili2006/ajhalili2006.github.io"
|
||
|
GITLAB_REPO="mau.dev/andreijiroh.dev/website"
|
||
|
|
||
|
useHttps() {
|
||
|
|
||
|
}
|
||
|
|
||
|
useSsh() {
|
||
|
|
||
|
}
|