4 lines
107 B
Bash
Executable file
4 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# use tee, otherwise shellcheck complains
|
|
sudo journalctl --boot | tee journal-log >/dev/null
|