UNPKG

penguins-eggs

Version:

A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others

7 lines (4 loc) 211 B
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning // eslint-disable-next-line n/shebang import {execute} from '@oclif/core' await execute({development: true, dir: import.meta.url})