mirror of
https://github.com/netdata-be/libnodave
synced 2025-10-13 00:42:50 +08:00
8 lines
220 B
Plaintext
Executable File
8 lines
220 B
Plaintext
Executable File
#this sets all line feeds to LF only, the usual way under UNIX.
|
|
#
|
|
# set all line feeds to LF only. Do it twice to eliminate double CR/LFs that might stem
|
|
# from prior editing under Linux.
|
|
#
|
|
dos2unix *.pas
|
|
dos2unix *.pas
|