/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
bin/bisect-go-rclone.sh
23 строки
390 B
Florian Klink
tree-wide: replace /bin/bash with /usr/bin/env bash
11 июн 2024, 14:47
11 июн 2024, 14:47
aed77a8
Код
Авторство
О чём код?
#!/usr/bin/env bash # An example script to run when bisecting go with git bisect -run when # looking for an rclone regression # Run this from the go root set -e # Compile the go version cd src ./make.bash || exit 125 # Make sure we are using it source ~/bin/use-go1.11 go version # Compile rclone cd ~/go/src/github.com/rclone/rclone make # run the failing test go run -race race.go