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
91e1c54d24
hydrus
/
git_pull.sh
10 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
New Running from Source and Build gubbins For testing by users, particularly Linux and macOS.
2022-11-02 04:17:15 +00:00
#!/bin/bash
Version 507
2022-11-23 21:01:41 +00:00
pushd
"
$(
dirname
"
$0
"
)
"
New Running from Source and Build gubbins For testing by users, particularly Linux and macOS.
2022-11-02 04:17:15 +00:00
git pull
Base directory cleanup and misc tweaks
2022-11-07 03:34:13 +00:00
echo
"Done!"
Version 507
2022-11-23 21:01:41 +00:00
popd