dotfiles

custom linux config files managed with gnu stow

dotfiles

sys/code/sys/gitio


#!/bin/sh
echo -e "repo url:"
read repo
echo -e "short link:"
read link
curl -i http://git.io -F "url=$repo" -F "code=$link"

Download

raw zip tar