scripts

Assortment of various scripts and helpers.
git clone git://bsandro.tech/scripts
Log | Files | Refs | README | LICENSE

README (867B)


      1 Assortment of scripts and helpers for everyday use.
      2 Some might be opinionated.
      3 
      4 [pkg_tree.pl] - OpenBSD script to display the dependency tree
      5 for the package provided as an argument. "Bare" enough to
      6 run on freshly installed modern OpenBSD with no additional dependencies.
      7 Main rationale was to try to get the (tree) information needed without
      8 resorting to the ports/sqlports. It is slow but suffices for occasional
      9 use. Has an optional argument '-i' to hide already installed packages.
     10 
     11 [pkg_tree.sh] - first version of the dependencies tree script, slow.
     12 
     13 [repos] - scripts for managing self-hosted git repository (git-daemon + stagit for web):
     14   [create_new_pub.sh] - script for initializing new public repositories
     15   [post-receive] - git hook to update stagit-generated HTML interface
     16 
     17 Those scripts are pretty self-explanatory and don't even take 30 lines each.