6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -o xtrace
|
|
|
|
rm -rf ~/.lotus ~/.lotusstorage/ ~/.genesis-sectors ~/.lotusworker
|