1
0
Fork 0
postfix/debian/tests/chpasswd
Daniel Baumann f482db309e
Adding debian version 3.10.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:19:33 +02:00

4 lines
141 B
Bash
Executable file

#! /bin/sh
# change password of user $1 to $2
# mjt: I don't know python, dunno how to run this construct in python:
echo "$1:$2" | chpasswd