mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-08-06 16:41:19 +08:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
set -o xtrace
|
|
|
|
rm -rf ~/.lotus ~/.lotusminer/ ~/.genesis-sectors ~/.lotusworker
|