From 4a439a96abb04537152c99d170e84e79ae941ef1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 23 Sep 2022 20:06:21 +0200 Subject: Refactor folder structure This removes the `install` target. Should be re-introduced later. --- src/scripts/xbackup | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/scripts/xbackup (limited to 'src/scripts') diff --git a/src/scripts/xbackup b/src/scripts/xbackup deleted file mode 100644 index 569202e..0000000 --- a/src/scripts/xbackup +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/python3 -# vim: shiftwidth=4 tabstop=4 expandtab - - -"""Main Executable of xbackup - -Have a look at https://cgit.xengineering.eu/xbackup for details. -""" - - -from xbackup import script - - -def main(): - """Main Function of this Script""" - - script.run() - - -if __name__ == "__main__": - main() -- cgit v1.2.3-70-g09d2