Improve busctl

master
Andrea Cardaci 2020-03-17 20:18:53 +01:00
parent 20efe0d022
commit 813d1bebca
1 changed files with 5 additions and 6 deletions

View File

@ -1,13 +1,12 @@
--- ---
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
functions: functions:
shell: shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. - code: |
code: |
busctl --show-machine busctl --show-machine
!sh !/bin/sh
sudo: sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. - code: |
code: |
sudo busctl --show-machine sudo busctl --show-machine
!sh !/bin/sh
--- ---