Skip to content

Commit

Permalink
feat(just): added journalctl things to 00-default.just (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge O. Castro <[email protected]>
  • Loading branch information
renner0e and castrojo authored Jan 12, 2024
1 parent 30d479d commit 565aa03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ shell := `grep :$(id -u): /etc/passwd | cut -d: -f7`
bios:
systemctl reboot --firmware-setup

# Show all messages from this boot
logs-this-boot:
sudo journalctl -b 0

# Show all messages from last boot
logs-last-boot:
sudo journalctl -b -1

# Change the user's shell
chsh new_shell:
#!/usr/bin/bash
Expand Down

0 comments on commit 565aa03

Please sign in to comment.