UNPKG

penguins-eggs

Version:

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

15 lines (14 loc) 426 B
/** * ./src/classes/ovary.d/create-user-live.ts * penguins-eggs v.10.0.0 / ecmascript 2020 * author: Piero Proietti * email: piero.proietti@gmail.com * license: MIT */ import Ovary from '../ovary.js'; /** * list degli utenti: grep -E 1[0-9]{3} /etc/passwd | sed s/:/\ / | awk '{print $1}' * create la home per user_opt * @param verbose */ export declare function userCreateLive(this: Ovary): Promise<void>;