4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
journalctl --user -fu "autostart@${args[program]:?}.service"
|