Commit f8137b08 authored by Timofey's avatar Timofey

Add new file

parents
#!/bin/bash
echo -n "ЛОГИН: "
read "username"
getent passwd | grep -e $username | cut -d: -f5
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment