The little things give you away... A collection of various small helper stuff
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

6 righe
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'