

2·
3 months agoI don’t even agree with the meme and I hate this comment.


I don’t even agree with the meme and I hate this comment.
Minimum Requirements:
Recommended Requirements:


At this point, I can say I’ve literally waited decades for movies to show up on streaming. I remember Office Space and They Live not being anywhere for years. Those are just the ones I can remember off the top of my head.
DD Linux comes with a very special
/etc/bashrcpreexec () { dd "$@" } preexec_invoke_exec () { [ -n "$COMP_LINE" ] && return # do nothing if completing [ "$BASH_COMMAND" = "$PROMPT_COMMAND" ] && return # don't cause a preexec for $PROMPT_COMMAND local this_command=`HISTTIMEFORMAT= history 1 | sed -e "s/^[ ]*[0-9]*[ ]*//"`; preexec "$this_command" } trap 'preexec_invoke_exec' DEBUGThis neat little wrapper will send any command you input to
dd, then, if that returns with a 0 exit status, actually run your command in the prompt. I think Danny Devito would approve.