based on rage-quit support for bash
Put the files below inside ~/.oh-my-zsh/custom/plugins/fuck
Also chmod a+x the flip command.
| curl $(cat url) | pup 'a[href^="magnet:"] attr{href}' | aria2c -i - | 
based on rage-quit support for bash
Put the files below inside ~/.oh-my-zsh/custom/plugins/fuck
Also chmod a+x the flip command.
| def runner(v1, &block) | |
| puts v1 | |
| yield(v1) if block_given? | |
| end | |
| runner "jithub" | |
| runner "OHAI" do |v1| | |
| puts "ARRAR" | |
| puts v1 |