Page MenuHomeFreeBSD
Paste P135

Masterwork From Distant Lands
ActivePublic

Authored by mjoras on Aug 24 2017, 7:30 PM.
Tags
None
Referenced Files
F1781984: Masterwork From Distant Lands
Aug 24 2017, 7:30 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.