Email or username:

Password:

Forgot your password?
Top-level
⛧ esoterik ⛧

@darius my tip is to use `xargs echo cmd` instead of `xargs cmd` so you can play around and see what would happen. less intimidating if you aren't worried about fucking up.

2 comments
lime with barcode

@darius @d6 +1, and sometimes I'll just tack on "| tee somefile.sh" and if the output looks good i'll just run it

Go Up