feat: removed suckless. fix: updated scripts shebang

This commit is contained in:
AngeD 2021-12-23 18:48:07 +01:00
parent 2d6cd5e5ed
commit b6815156d3
6 changed files with 4 additions and 8 deletions

@ -1 +0,0 @@
Subproject commit b8666c784e7565e1399495ba6bea1c652c721533

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule ".config/suckless"]
path = .config/suckless
url = git@github.com:AustralEpitech/suckless.git
[submodule ".config/nvim/pack/plugins/opt/nvim-lspconfig"]
path = .config/nvim/pack/plugins/opt/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/sh
if [ "$EUID" -ne 0 ]; then
echo "error: you cannot perform this operation unless you are root."

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/sh
# counts target = 8182 ~ 25cm

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/sh
device="PNP0C50:0e 06CB:7E7E Touchpad"

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/sh
set -e