UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

6 lines (4 loc) 149 B
#!/usr/bin/env node import process from 'node:process'; import isInsideContainer from './index.js'; process.exitCode = isInsideContainer() ? 0 : 2;