mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

aat (225B)


      1 {%- set pkg_source="git" -%}
      2 {% extends "scriptsetup" %}
      3 {% block install -%}
      4 {{ super() -}}
      5 mv -v data.awk "${dest}/"
      6 
      7 {% endblock %}
      8 {% block genlinks_begin %}
      9 	x["./command/aat"]=1
     10 	x["./command/aat.awk"]=1
     11 {% endblock %}