mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
file=~/configuration/dotfiles/.config/hypr/hyprland.conf
|
|
|
|
echo "#" >>file &
|
|
sleep 1
|
|
sed -i '$ d' file &
|