mirror of
https://github.com/quitesimpleorg/asteriskify.git
synced 2025-07-20 00:24:57 +02:00
Strip trailing whitespace
This commit is contained in:
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
asteriskify: asteriskify.c
|
asteriskify: asteriskify.c
|
||||||
$(CC) -Wall -Wextra -static -o asteriskify asteriskify.c
|
$(CC) -Wall -Wextra -static -o asteriskify asteriskify.c
|
||||||
|
|
||||||
clean: asteriskify
|
clean: asteriskify
|
||||||
rm -f asteriskify
|
rm -f asteriskify
|
||||||
|
@ -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
|
Note: Expects ASCII or UTF-8 encoding for asterisk mode
|
||||||
|
|
||||||
## Alternatives
|
## 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).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user