#!/bin/bash --
#
# This script looks for file context files
# that do not end with a newline
#
REF_PATH="/home/dominick/Git/refpolicy"
for i in $(/bin/find $(printf "%s" "$REF_PATH") -type f -name "*.fc") ; do
[[ "$(/bin/tail -c 1 $i | /bin/tr -dc '\n' | /bin/wc -c)" -ne 1 ]] && printf "%s\n" "Fix me: $i"
done
exit $?
#EOF
Ultraviolet Linux Talk at Linux Plumbers Conf 2025
-
I presented an overview of the Ultraviolet Linux (UV) project at Linux
Plumbers Conference (LPC) 2025. UV is a proposed architecture and reference
implemen...
5 weken geleden

Geen opmerkingen:
Een reactie posten