From dc40116c2319b464e1618470cb3c4cd5008a616f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Dec 2023 23:12:58 +0100 Subject: [PATCH] Tue Dec 19 11:12:58 PM CET 2023 --- push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 push.sh diff --git a/push.sh b/push.sh old mode 100644 new mode 100755 index e0351c3..577a03d --- a/push.sh +++ b/push.sh @@ -1,6 +1,6 @@ -#!/bin/usr/bash +#!/usr/bin/bash env=`date` git add . git commit -m "$env" -git push \ No newline at end of file +git push