Files
init.sh/src/functions/stop.sh
T
Christer Warén a710bfa4b2 Refactoring Code
2025-12-04 04:53:44 +02:00

7 lines
89 B
Bash

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