This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
lintc/build.sh
2022-01-27 17:51:20 +00:00

7 lines
244 B
Bash

#!/bin/sh
export debug="true"
export version="0.1"
if [ $debug = "true" ]; then
echo "NOTE: This is going to be a development build. Please make sure you downloaded the point version from the 'about' tab if you wanted a stabler version."
fi