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