From 8d2ceb0c8afd372cdd7023e133d08cdaaf90f4a0 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sat, 21 Dec 2019 00:44:37 +0300 Subject: [PATCH] Delete backupper --- backupper | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 backupper diff --git a/backupper b/backupper deleted file mode 100644 index 33aa752..0000000 --- a/backupper +++ /dev/null @@ -1,53 +0,0 @@ -#!/usr/bin/env php -make(Illuminate\Contracts\Console\Kernel::class); - -$status = $kernel->handle( - $input = new Symfony\Component\Console\Input\ArgvInput, - new Symfony\Component\Console\Output\ConsoleOutput -); - -/* -|-------------------------------------------------------------------------- -| Shutdown The Application -|-------------------------------------------------------------------------- -| -| Once Artisan has finished running, we will fire off the shutdown events -| so that any final work may be done by the application before we shut -| down the process. This is the last thing to happen to the request. -| -*/ - -$kernel->terminate($input, $status); - -exit($status);