Created
July 21, 2010 04:51
-
-
Save ino46/484085 to your computer and use it in GitHub Desktop.
ヒアドキュメントをファイルに
This file contains hidden or 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/sh | |
# ヒアドキュメントをファイルに | |
tee hoge.txt << EOS | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<h1></h1> | |
<p></p> | |
</body> | |
</html> | |
EOS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment