We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a516abd commit 2b4c5f2Copy full SHA for 2b4c5f2
py-deps
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+
3
+# From https://stackoverflow.com/a/13038235/2859168
4
set_union () {
5
sort $1 $2 | uniq
6
}
0 commit comments