Files
vim-ale/wsl/install.sh

9 lines
137 B
Bash

#!/bin/bash
function __pass() {
echo "WSL (Windows Subsystem for Linux) can only be installed from Windows 10"
exit 0
}
__pass