This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
|
#! /usr/bin/env sh
|
|
|
|
fd --type file . | xargs grep 'The Trinitrix Project <soispha@vhack.eu, antifallobst@systemausfall.org>' | awk 'BEGIN{ FS=":"} {print $1}' | xargs sed -i '20s|*/||; 1,19d'
|
|
|
|
nix fmt
|
|
|
|
licensure --in-place --project
|