# -*- mode: snippet -*-
# name: sh_library
# key: shlib
# --
sh_library(
    name = "$0",
    data = [
        "$1"
    ]
)
