Skip to content

Instantly share code, notes, and snippets.

Last active May 3, 2017 10:18
Show Gist options
  • Save anonymous/85dc575d6d45bde07387261c18d019a7 to your computer and use it in GitHub Desktop.
Save anonymous/85dc575d6d45bde07387261c18d019a7 to your computer and use it in GitHub Desktop.
horaコマンド
hora(){
lines=($COLUMNS/2-1)
if [ $# -eq 1 ]; then
lines=$1
fi
echo "ぶ${(r:lines::お:)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment