1.1 ! misho 1: #!/bin/sh ! 2: # ! 3: # Test comment on the last line with no newline ! 4: # ! 5: ! 6: printf "# one comment\n#two comments" | ./visudo -csf - ! 7: ! 8: exit 0