mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
359cc044b2
neovim: lsp: add ansiblels chore: cleanup shebang (remove 'sh -e' pattern)
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git clone https://github.com/soreau/wayland-logout.git
|
|
cd wayland-logout
|
|
|
|
echo "Build wayland-logout"
|
|
meson build --prefix $HOME/.local
|
|
ninja -C build install
|
|
|
|
cd ..
|