Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hirota-ryo's full-sized avatar

Ryo-Hirota hirota-ryo

View GitHub Profile
#!/bin/sh
# アクセストークンが必要な場合はコメントを外す
#if [ $# -ne 1 ]; then
# set +x
# printf "\e[31m%s\n\e[m" "ERROE:"
# echo "任意のエラーメッセージ"
# exit 1
#fi