7 lines
266 B
Text
7 lines
266 B
Text
|
#!/usr/bin/zsh
|
||
|
sudo pacman -Rnsu $(cat /usr/local/bin/X.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
|
||
|
killall xinit
|