4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
#remote="git.org.ru"
|
|
remote="hub.mos.ru"
|
|
echo "Репозиторий: $remote"
|