Last active
July 1, 2023 13:55
-
-
Save mamemomonga/45e4be9a21169fa4753e57fb65c69e00 to your computer and use it in GitHub Desktop.
リタイッツツール(macOS専用)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eu | |
# リタイーツ ツール(macOS専用) | |
# [使い方] | |
# 1.リタイーツしたいメッセージをコピーする | |
# 2.retaittsuu.shを実行する | |
# 3.ペーストして投稿する | |
BUFFER=$(pbpaste) | |
pbcopy << EOS | |
♻リタイーツ | |
$BUFFER | |
EOS | |
echo "リタイーツの準備ができました。" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment