mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
9 lines
127 B
Bash
Executable File
9 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Test comment on the last line with no newline
|
|
#
|
|
|
|
printf "# one comment\n#two comments" | ./visudo -csf -
|
|
|
|
exit 0
|