Initial Commit

This commit is contained in:
CapCreeperGR
2024-07-08 12:03:04 +00:00
commit d91e748cd9
4 changed files with 60 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
SHELL="/bin/fish"
if grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
sed -i "s|${SHELL}|d" "$BPM_ROOT"/etc/shells
fi