From ccb3529150f973dd7d4ce8e6360820c321c9102c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 20 Oct 2020 19:55:23 +0200 Subject: Removed bad script --- .local/bin/ref-unison.pl | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 .local/bin/ref-unison.pl (limited to '.local/bin/ref-unison.pl') diff --git a/.local/bin/ref-unison.pl b/.local/bin/ref-unison.pl deleted file mode 100755 index 64ce4db..0000000 --- a/.local/bin/ref-unison.pl +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/local/bin/perl - -use strict; -use warnings; - -use constant { - UNISON_PATH => '/usr/local/bin/unison', - NOTIFY_SEND_PATH => '/usr/local/bin/notify-send' -}; - -sub main -{ - system( - UNISON_PATH, - '-ui', - 'text', - '/usr/home/jozan/.local/share/newsboat/cache.db', - 'ssh://root@jozanleclerc.xyz//root/unison/.local/share/newsboat/cache.db' - ); - system( - UNISON_PATH, - '-ui', - 'text', - '/usr/home/jozan/.abook/addressbook', - 'ssh://root@jozanleclerc.xyz//root/unison/.abook/addressbook' - ); - exit 0; -} - -main(); - -__END__ -- cgit v1.2.3