7 lines
89 B
Bash
7 lines
89 B
Bash
wxi-stop (){
|
|
rm -rf /.ssh/keys/init &> /dev/null
|
|
|
|
wxi-repeat "\n" 3
|
|
exit 1
|
|
}
|