6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
polybar cryptobar &
|
|
sleep 10
|
|
kill $(pgrep polybar | tail -n 1)
|