dotfiles/.local/bin/gitam

6 lines
64 B
Plaintext
Raw Normal View History

#!/bin/bash
for l in $@; do
curl $l.patch | git am -3
done