The little things give you away... A collection of various small helper stuff
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

6 rindas
168 B

  1. #!/bin/bash
  2. localfile="$1"
  3. remotefile="${2:-${1}}"
  4. remotefile="${remotefile##*/}"
  5. echo "$(curl -sF "f:1=@${localfile}" http://ix.io/)+/${remotefile}" | sed 's,#,%23,g'