Files
vim-ale/_scripts/install-ci-deps
2023-10-12 02:34:40 +00:00

10 lines
167 B
Bash
Executable File

#!/bin/sh
set -e
set -u
# Install 'shfmt 3.7.x'
curl -fsS https://webi.sh/shfmt@3.7 | sh
# Install 'shellcheck v0.9.x'
curl -fsS https://webi.sh/shellcheck@0.9 | sh