Initial Commit

This commit is contained in:
CapCreeperGR
2024-07-08 12:03:55 +00:00
commit 6ca5d30c23
6 changed files with 108 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
SHELL="/bin/zsh"
if ! grep "${SHELL}" "$BPM_ROOT"/etc/shells; then
echo "${SHELL}" | tee -a "$BPM_ROOT"/etc/shells
fi