Fix longlines in rofi_start_service.sh

This commit is contained in:
Ivan Malison 2016-11-29 11:29:22 -08:00
parent 982a6bb51a
commit d411a2ce2d
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,4 +1,5 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
systemctl --user | tail -n +2 | head -n -6 | systemctl --user | tail -n +2 | head -n -6 |
egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i | xargs systemctl --user restart egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i |
xargs systemctl --user restart