changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: add-vc-user.sh

changeset 244: 8b07a0c33d76
parent 243: e3c0df295100
child 246: 6b2d26af3499
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 30 May 2024 23:49:12 +0000
files: scripts/add-vc-user.sh
description: add-vc-user.sh
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/scripts/add-vc-user.sh	Thu May 30 23:49:12 2024 +0000
     1.3@@ -0,0 +1,2 @@
     1.4+#!/usr/bin/sh
     1.5+useradd vc -U -r -s /sbin/nologin -d /home/vc -c "vc user"