From 7654e571e58fcb72d83f79599d5f1b3d2161d615 Mon Sep 17 00:00:00 2001 From: ykamenashi Date: Thu, 6 May 2021 13:35:19 +0900 Subject: [PATCH] =?UTF-8?q?[1st]=20for=20osx=20only,=20but=20work.=20?= =?UTF-8?q?=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/unko.info | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bin/unko.info diff --git a/bin/unko.info b/bin/unko.info new file mode 100755 index 0000000..504e473 --- /dev/null +++ b/bin/unko.info @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +UNKO="💩" +if [ "$(uname)" == "Darwin" ]; then + UNKO_REPO_URL='https://github.com/unkontributors/super_unko' + open "$UNKO_REPO_URL" +fi +echo -n "$UNKO" +echo -n " " +echo -n "$UNKO" + +exit 0