6 lines
64 B
Bash
Executable file
6 lines
64 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo " Summary: 0 errors"
|
|
echo " No nits found"
|
|
true
|