4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/bash
|
|
|
|
domain=`pwd | cut -d'/' -f4`
|
|
systemctl `basename "$0"` u@$domain
|