Files
vim-ale/git/install.sh

9 lines
126 B
Bash

#!/bin/bash
{
set -e
set -u
echo "This package doesn't work for Mac or Linux yet - only Windows 10"
exit 1
}