mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

electrum (181B)


      1 #!/bin/bash
      2 
      3 set -x
      4 ARGS="$@"
      5 exec sudo -u bitcoin sh -c "umask 007; QT_X11_NO_MITSHM=1 python3 /home/bitcoin/Electrum-3.3.8/run_electrum $ARGS ; chmod -R og+r ~bitcoin/.electrum"
      6