Pastebin

Paste #635: konversation-script

< previous paste - next paste>

Pasted by bonaldo2000

Download View as text

  1 #!/bin/bash
  2
  3 input_string=$@
  4
  5 network_filter1=${input_string%/*}
  6
  7 network=${network_filter1#*//}
  8
  9 channel=${input_string#*//*/}
 10
 11 konversation --server=$network --channel=#$channel

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.