7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
baph -u &&
|
||
|
rm /tmp/archlabs-updates;
|
||
|
echo Press enter to exit...; read;
|
||
|
swaymsg reload
|