Este commit está contenido en:
Jakub Wilk 2023-04-26 23:15:36 +02:00 cometido por GitHub
commit 57e0c5e95d
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -1,5 +1,5 @@
asteriskify: asteriskify.c
$(CC) -Wall -Wextra -static -o asteriskify asteriskify.c
clean: asteriskify
rm -f asteriskify

Ver fichero

@ -12,5 +12,5 @@ To switch between clear and asterisk mode, press TAB. To reveal only the last ch
Note: Expects ASCII or UTF-8 encoding for asterisk mode
## Alternatives
Others may exist, but my quick research only found systemd-ask-password which is unsuitable for my use case (inside a my own minimal initramfs boot image).
Others may exist, but my quick research only found systemd-ask-password which is unsuitable for my use case (inside a my own minimal initramfs boot image).