6 lines
32 B
Shell
Executable file
6 lines
32 B
Shell
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
./lint.sh
|
|
|