mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-15 01:00:16 +00:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname "$0")/..
|
|
npm run syncBlockchain >/dev/null 2>&1
|