instalador-firma-digital/tests/shellcheck.sh
2024-05-03 23:22:58 -06:00

6 lines
120 B
Bash

#!/bin/sh
SCRIPT="$(grep 'SCRIPT *=' Makefile)"
SCRIPT="${SCRIPT#*=}"
shellcheck -x --shell=sh --format=gcc "$SCRIPT"