6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pkill i3utils
|
|
|
|
i3utils workspace temp 2>&1 | tee -a /tmp/temp.log & disown
|