From 9ce3f8a62926a52b47e28b1f5ae9509623e672a4 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 8 Jan 2022 20:13:12 +0100 Subject: Testing --- .local/bin/ref-mbsync.pl | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 .local/bin/ref-mbsync.pl (limited to '.local') diff --git a/.local/bin/ref-mbsync.pl b/.local/bin/ref-mbsync.pl deleted file mode 100755 index c8a73a8..0000000 --- a/.local/bin/ref-mbsync.pl +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/local/bin/perl - -use strict; -use warnings; - -use constant { - MBSYNC_PATH => '/usr/local/bin/mbsync', - NOTIFY_SEND_PATH => '/usr/local/bin/notify-send' -}; - -sub main -{ - system( - MBSYNC_PATH, - '-c', - '/usr/home/jozan/.config/mbsync/mbsyncrc', - '-a' - ); - exit 0; -} - -main(); - -__END__ -- cgit v1.2.3