4 lines
150 B
Bash
Executable file
4 lines
150 B
Bash
Executable file
#!/bin/bash
|
|
#remote="gitea.com"
|
|
remote="hub.mos.ru"
|
|
echo "Переключение домена удалённого репозитория: $remote"
|