Skip to content

Commit 2b4c5f2

Browse files
author
Susan Vanderplas
committed
reference SO post
1 parent a516abd commit 2b4c5f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py-deps

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
3+
# From https://stackoverflow.com/a/13038235/2859168
24
set_union () {
35
sort $1 $2 | uniq
46
}

0 commit comments

Comments
 (0)