Skip to content

Instantly share code, notes, and snippets.

@tomoyamkung
Created July 9, 2016 03:01
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyamkung/f3e90d547baf5c5ecaa5508036ee3f81 to your computer and use it in GitHub Desktop.
Save tomoyamkung/f3e90d547baf5c5ecaa5508036ee3f81 to your computer and use it in GitHub Desktop.
ヒアドキュメントを使ってファイルに追記する
#!/bin/bash
cat << EOS >> ~/hoge
line: 1
line: 2
line: 3
EOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment