From 86e32d4054551f5a36516bade1e729ac85d1a971 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Thu, 18 Feb 2021 13:11:36 +0100 Subject: [PATCH] page update --- .gitignore | 2 ++ commit.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 commit.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..524af63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.sh +.bat diff --git a/commit.sh b/commit.sh new file mode 100644 index 0000000..6ae5a5f --- /dev/null +++ b/commit.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +git add . +git commit -am "page update" +git push