Page MenuHomeFreeBSD
Paste P127

Masterwork From Distant Lands
ActivePublic

Authored by mjoras on Jul 31 2017, 6:25 PM.
Tags
None
Referenced Files
F1534063: Masterwork From Distant Lands
Jul 31 2017, 6:25 PM
Subscribers
None
#!/bin/sh
sed '/^$/d' $(git config commit.message) | awk 'NR==FNR{a[$0];next} !($0 in a)' /dev/fd/0 "$1" | sponge "$1"

Event Timeline

mjoras changed the title of this paste from untitled to Masterwork From Distant Lands.
mjoras updated the paste's language from autodetect to autodetect.