Skip to content

Instantly share code, notes, and snippets.

@pompopo
Created July 4, 2019 03:17
Show Gist options
  • Save pompopo/1ef2b17de48e50a91aecd95bfaacf7ab to your computer and use it in GitHub Desktop.
Save pompopo/1ef2b17de48e50a91aecd95bfaacf7ab to your computer and use it in GitHub Desktop.

Revisions

  1. pompopo created this gist Jul 4, 2019.
    2 changes: 2 additions & 0 deletions sh.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # :a: :b: :o: の箇所を好きな絵文字に置き換える。
    ruby -e "puts %i(:a: :b: :o:).repeated_permutation(3).map(&:join)" | pbcopy