This website works better with JavaScript.
Explore
Help
Register
Sign In
GOSTSec
/
gostexplr
mirror of
https://github.com/GOSTSec/gostexplr
Watch
1
Star
0
Fork
You've already forked gostexplr
0
Code
Issues
Releases
Wiki
Activity
Blockchain explorer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50
Commits
2
Branches
0
Tags
199 KiB
Tree:
0623669b07
master
stuff
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0623669b07'
${ noResults }
gostexplr
/
scripts
/
blocknotify.sh
4 lines
71 B
Raw
Normal View
History
Unescape
Escape
blocknotify sync blockchain script
7 years ago
#!/bin/sh
Fix for auto sync blockchain script
7 years ago
cd
$(
dirname
"
$0
"
)
/..
Fix for auto sync blockchain script
7 years ago
npm run syncBlockchain >/dev/null 2>
&
1