You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
USER=""
|
|
ME=""
|
|
|
|
read -p "User LOGIN: " ME
|
|
read -p "User to TrustList (user:srv.tld) -> " USER
|
|
|
|
echo $USER >> repo/$ME/notices/trustlist
|
|
mv repo/$ME/notices/purgatory/$USER/* repo/$ME/notices/trusted/.
|
|
|