mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05:00
4 lines
183 B
Bash
4 lines
183 B
Bash
#!/bin/bash
|
|
|
|
git pull && git checkout $(cat go.sum | grep -A1 github.com/btcsuite/btcd | tail -n1 | awk -F " " '{ print $2 }' | awk -F "-" '{ print $3 }' | awk -F "/" '{ print $1 }')
|