From 56be07ead73589fd468737011d4d0acbca3e9e2a Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Wed, 28 Sep 2022 21:30:13 +0300 Subject: [PATCH] Fixed script shbangs and add an entry to usage API Signed-off-by: Ari Archer --- api/usage.json | 14 +++++++++++--- scripts/git.sh | 2 +- scripts/minhtml.sh | 0 3 files changed, 12 insertions(+), 4 deletions(-) mode change 100644 => 100755 scripts/minhtml.sh diff --git a/api/usage.json b/api/usage.json index ca59ef9..c7b07ef 100644 --- a/api/usage.json +++ b/api/usage.json @@ -4,23 +4,31 @@ "top": { "files.ari-web.xyz": 45.1, "legacy.blog.ari-web.xyz": 31.8, - "www.ari-web.xyz": 29.9 + "ari-web.xyz": 29.9 } }, "2022-08-28": { "total": 30.0, "top": { "legacy.blog.ari-web.xyz": 9.2, - "www.ari-web.xyz": 8.6, + "ari-web.xyz": 8.6, "blog.ari-web.xyz": 7.3 } }, "2022-09-23": { "total": 11.0, "top": { - "www.ari-web.xyz": 3.4, + "ari-web.xyz": 3.4, "blog.ari-web.xyz": 2.4, "legacy.blog.ari-web.xyz": 2.2 } + }, + "2022-09-28": { + "total": 40.0, + "top": { + "files.ari-web.xyz": 19.8, + "blog.ari-web.xyz": 5.6, + "ari-web.xyz": 5.6 + } } } diff --git a/scripts/git.sh b/scripts/git.sh index 60e7c62..6d892f4 100755 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh set -e diff --git a/scripts/minhtml.sh b/scripts/minhtml.sh old mode 100644 new mode 100755