summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-05-16 13:06:54 +0530
committerlistout <listout@protonmail.com>2021-05-16 13:06:54 +0530
commit7ee1c69931fdddb453fc216cad54cd5f3f57b7c3 (patch)
tree5442775f7d7503f45d8feeb1fc0c0b2fa4afae57 /.local
parentc11e1735842bd4add1485521bd054e7f842e79e1 (diff)
removed firefox profile on ram script
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/ff_profile_sync7
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/ff_profile_sync b/.local/bin/ff_profile_sync
deleted file mode 100755
index c74b175..0000000
--- a/.local/bin/ff_profile_sync
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-cd /home/gogo/.mozilla/firefox/
-if test -d /home/gogo/.mozilla/firefox/1boids0p.default-release;then
-if test -d /home/gogo/.mozilla/firefox/1boids0p.default-release.bac;then
-rsync -a --delete /home/gogo/.mozilla/firefox/1boids0p.default-release/ \
- /home/gogo/.mozilla/firefox/1boids0p.default-release.bac/
-fi;fi