#!/SBUILD
#!/SBUILD ver @v0.4.5 #Asserts Builder/Linter's Version _disabled: false #Tells the Interpreter to run it
It starts with #!/SBUILD ver @${VERSION} (TYPE: RECOMMENDED)
#!/SBUILD ver @${VERSION}
RECOMMENDED
It is followed by _disabled: boolean, which can either be true or false which will disable or enable the entire script, respectively. (TYPE: ENFORCED)
_disabled
boolean
true
false
ENFORCED
Last updated 5 days ago