6 lines
268 B
Bash
Executable file
6 lines
268 B
Bash
Executable file
#!/usr/bin/zsh
|
|
sudo pacman -Rnsu $(cat /usr/local/bin/labwc.list) --noconfirm
|
|
# sudo /usr/local/bin/cldoc # use if you want documentation/help remove to save space
|
|
echo "hit Enter to exit X or Ctrl-C to remain in graphic session that remains in Ram"
|
|
read
|
|
labwc -exit
|