This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes
/
git-sync
mirror of
https://github.com/kubernetes/git-sync.git
Watch
1
Star
0
Fork
You've already forked git-sync
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
61520d8a95
git-sync
/
slow_git.sh
10 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
"
$1
"
!
=
"clone"
]
;
then
git
"
$@
"
exit
$?
fi
sleep 1.1
git
"
$@
"
Reference in New Issue
View Git Blame
Copy Permalink