mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
8 lines
171 B
Bash
Executable File
8 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
sudo chattr +i ~/.config/xfce4/desktop/icons*
|
|
destroyCluster
|
|
sudo mn -c
|
|
sudo dd if=/dev/zero of=zerofillfile bs=1M
|
|
rm -f zerofillfile /tmp/*
|
|
sudo shutdown now
|