4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
mkdir -p ~/.config/xfce4/desktop.bak
|
||
|
cp -f ~/.config/xfce4/desktop/icons* ~/.config/xfce4/desktop.bak
|