script.sh 57 B

12345678
  1. #!/bin/bash
  2. luacheck .
  3. if [ $? -eq 1 ]
  4. then
  5. exit 0
  6. fi