This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
hydrus
mirror of
https://github.com/hydrusnetwork/hydrus.git
Watch
1
Star
1
Fork
You've already forked hydrus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8f20b37432
hydrus
/
git_pull.sh
10 lines
85 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
pushd
"
$(
dirname
"
$0
"
)
"
||
exit
1
git pull
echo
"Done!"
popd
||
exit
Reference in New Issue
View Git Blame
Copy Permalink