7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dconf dump /org/gnome/desktop/ > gnome/desktop.txt
|
|
|
|
git add -A
|
|
git commit
|