7 lines
64 B
Bash
7 lines
64 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pkill polybar
|
||
|
|
||
|
polybar main &> /dev/null
|
||
|
rm ~/core
|