Quick'n'dirty Jekyll plugin for sorted cycle.
Copy sorted_for.rb to _plugins/ directory of your Jekyll site.
| load("@protobuf//bazel:proto_library.bzl", "proto_library") | |
| load("@grpc//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library") | |
| proto_library( | |
| name = "example_proto", | |
| srcs = ["example.proto"], | |
| ) | |
| py_proto_library( |
| #! /bin/bash | |
| # | |
| # Driver for the count-matching-lines script | |
| # | |
| # Author: Mike Bland <[email protected]> | |
| # https://mike-bland.com/, https://github.com/mbland/ | |
| # Date: 2016-08-19 | |
| usage() { | |
| local message |