Skip to content

Instantly share code, notes, and snippets.

@koki0702
Forked from hitode909/pb
Last active December 16, 2015 10:28
Show Gist options
  • Save koki0702/5419855 to your computer and use it in GitHub Desktop.
Save koki0702/5419855 to your computer and use it in GitHub Desktop.
#! /bin/sh
# 改行コードを削除して、クリップボードに格納する
tr -d '\n' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment