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