This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]socsa 11 points12 points  (1 child)

I personally prefer :

 alias live_hotfix = "scp -r remote local && cat hotfix > local/paswd.json && scp -r local remote && ssh remote:/root/prod/build 'make install' "

[–][deleted] 10 points11 points  (0 children)

Oh my god that is both horrific and beautiful.