3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
systemctl --user start evremap.service
|
||
|
exit 0
|