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