Skip to content

Instantly share code, notes, and snippets.

@gongo
Last active June 22, 2016 01:35
Show Gist options
  • Save gongo/9ac8bbec42c07f533505425b52ab1927 to your computer and use it in GitHub Desktop.
Save gongo/9ac8bbec42c07f533505425b52ab1927 to your computer and use it in GitHub Desktop.
こう書きたい時あるけど.sh
apt-get install \
apache \ # foo
php \
emacs \ # editor
vim
apt-get install \
# foo
apache \
php \
# eeditor
emacs \
vim
# foo
apt-get install \
apache \
php
# editor
apt-get install \
emacs \
vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment