Compare commits
No commits in common. "6905f49605ba6ed95cef6a5b653b3759be589eb1" and "54d344fac3a13f9bb2cea99b244db122953c248b" have entirely different histories.
6905f49605
...
54d344fac3
2 changed files with 10 additions and 2 deletions
9
commit.sh
Executable file
9
commit.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
cd $GIT_DIR
|
||||
./backup.sh
|
||||
git add .
|
||||
git commit -m "Automated backup: $(date --rfc-3339=s --utc)"
|
||||
git push
|
||||
cd -
|
|
@ -2,4 +2,3 @@ user_pref("dom.private-attribution.submission.enabled", false);
|
|||
user_pref("media.gmp-gmpopenh264.enabled", true);
|
||||
user_pref("widget.non-native-theme.scrollbar.size.override", 14);
|
||||
user_pref("widget.gtk.overlay-scrollbars.enabled", false);
|
||||
user_pref("privacy.sanitize.sanitizeOnShutdown", false);
|
Loading…
Reference in a new issue