From cc749be72435be7c7487a1511484da6de9651805 Mon Sep 17 00:00:00 2001 From: Franzz Date: Sun, 22 Sep 2019 00:20:00 +0200 Subject: [PATCH] Blog parser template --- sap_website_parser-sample.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sap_website_parser-sample.sh diff --git a/sap_website_parser-sample.sh b/sap_website_parser-sample.sh new file mode 100644 index 0000000..7924846 --- /dev/null +++ b/sap_website_parser-sample.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd /var/www + +/usr/bin/php -f index.php a=external_access p=blogs auth_token=1_\$2y\$12\$9Lcj2uDRMP1EB69dGknZPOm9AvXaTqPw5LQ1YqJNMNBY7vzJqRWhC \ No newline at end of file