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

8 lines
244 B
Bash
Raw Normal View History

2022-01-27 08:01:45 +00:00
#!/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