Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 135 Bytes

DEVELOP.md

File metadata and controls

13 lines (9 loc) · 135 Bytes

Notes

  • verbose scripts template (for building aliases):

    #! /bin/bash
    set -x
    
    f () {
    }
    
    f $*