citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

github-project-slug (81B)


      1 #!/bin/sh
      2 <<<"$PWD" sed -En 's,.*github/([^/]+)/([^/[:space:]]+)(/.*)?$,\1/\2,p'