diff options
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/xbackup | 21 |
1 files changed, 0 insertions, 21 deletions
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() |