ambevar-dotfiles/.local/bin/curltor

4 lines
63 B
Bash
Executable File

#!/bin/sh
curl --socks5 localhost:9050 -H "User-Agent: " "$@"