parent
ab7c74f888
commit
95a03caad6
32 changed files with 19 additions and 531 deletions
9
src/info_command.sh
Normal file
9
src/info_command.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
autostart_units=()
|
||||
while IFS='' read -r line
|
||||
do
|
||||
autostart_units+=("$line")
|
||||
done < <(_list "*")
|
||||
|
||||
_echo_table "${autostart_units[@]}" | column -t -s$'\t' --table-columns 'Unit,Enabled?,Active?,Command'
|
||||
Loading…
Add table
Add a link
Reference in a new issue