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