Julian Oes 7667298c86 setup: move the OSX.sh script to macos.sh
It's called macOS for a while now, and no longer OSX.
2020-07-17 14:58:31 -04:00

5 lines
73 B
Bash
Executable File

#! /usr/bin/env bash
echo "The script is now called 'macos.sh'."
exit 1