Skip to content

Instantly share code, notes, and snippets.

@nishina555
Last active April 21, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nishina555/1e29757f1e7a050d9d7fef3c271046ac to your computer and use it in GitHub Desktop.
Save nishina555/1e29757f1e7a050d9d7fef3c271046ac to your computer and use it in GitHub Desktop.
きれいな手順書の例

Before

command1
command2
command3
su

rootcommand1
rootcommand2

After

$ command1
$ command2
$ command3
$ su

[root]
$ rootcommand1
$ rootcommand2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment