8 lines
233 B
Bash
8 lines
233 B
Bash
|
#! /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
|