#!/bin/sh url_encode(){ python3 -c "import urllib.parse, sys; print(urllib.parse.quote(sys.stdin.read()))" <<< "$1" } alias gicp="cp ~/.gitignore ."