burrow-pi-img/stage2/EXPORT_NOOBS
Daniel F. Dickinson 9efaea5036 Enable syntax highlighting/linting for scriptlets
Various editors depend on the shebang line to determine what language
to use for syntax highlighting and/or linting.  Therefore add one.  It
is ignored when sourcing and the scriplets are not executable so the
shebang will never be used.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2020-01-16 10:44:46 -05:00

6 lines
133 B
Bash

#!/bin/bash
# shellcheck disable=SC2034
NOOBS_NAME="Raspbian Lite"
NOOBS_DESCRIPTION="A port of Debian with no desktop environment"