OSDN Git Service

[add] : Add script for MacOS
authorhayao <hayao@fascode.net>
Tue, 18 Jan 2022 08:54:30 +0000 (17:54 +0900)
committerhayao <hayao@fascode.net>
Tue, 18 Jan 2022 08:54:30 +0000 (17:54 +0900)
blog/new-post.command [new file with mode: 0755]
blog/new-post.sh [changed mode: 0644->0755]

diff --git a/blog/new-post.command b/blog/new-post.command
new file mode 100755 (executable)
index 0000000..1f0c5d8
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+set -x
+bash "$(cd "$(dirname "${0}")" && pwd)/new-post.sh"
old mode 100644 (file)
new mode 100755 (executable)