5 lines
82 B
Bash
5 lines
82 B
Bash
|
#!/bin/bash
|
||
|
rm -rf ~/.lbrynet/
|
||
|
rm -rf ~/.lbryum/
|
||
|
./node_modules/.bin/electron app
|