2017-06-15 22:56:47 +03:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
2019-08-02 02:41:37 +03:00
|
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
2017-06-15 22:56:47 +03:00
|
|
|
# Copyright (c) 2014 Mozilla Corporation
|
|
|
|
|
2018-03-27 07:27:12 +03:00
|
|
|
source /opt/mozdef/envs/python/bin/activate
|
2016-11-29 20:14:28 +03:00
|
|
|
/opt/mozdef/envs/mozdef/cron/google2mozdef.py -c /opt/mozdef/envs/mozdef/cron/google2mozdef.conf
|
2017-06-15 22:56:47 +03:00
|
|
|
|