Add a short comment about `main()' function. - plumb - Open certain URL patterns with an ad-hoc opener (plumber)
HTML hg clone https://bitbucket.org/iamleot/plumb
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR changeset 6c04d40595c8c7e761b956420dbb0565b097679a
DIR parent a18553b8370354a883dbe25f06608b2de684b741
HTML Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sat, 24 Mar 2018 20:31:08
Add a short comment about `main()' function.
Diffstat:
plumb | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff -r a18553b83703 -r 6c04d40595c8 plumb
--- a/plumb Sat Mar 24 20:27:23 2018 +0100
+++ b/plumb Sat Mar 24 20:31:08 2018 +0100
@@ -59,6 +59,12 @@
}
+#
+# plumb, open an URL with an ad-hoc opener.
+#
+# Parse option arguments via `getopts' and open every URLs with the proper
+# openers.
+#
main()
{