diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 23:36:37 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 23:36:37 -0500 |
commit | 7f6a96978170769f8181b241f3b94254756aaad8 (patch) | |
tree | ce48d36dbec5ad667805459c225d1175be5f5ce0 | |
parent | 3515ce8b6eee4566a5b6c85475a78d47b783b643 (diff) |
-rwxr-xr-x | rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,3 +1,2 @@ #!/bin/sh -whoami ps -U "$USER" -u "$USER" | awk '{print $4}' | tail -n+2 | sort -u | dmenu -l 15 -p "Restart: " | xargs -r -- t -r |