PATH: //etc/profile.d
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 bash_timestamps.sh
↓
X
📄 checkip.sh
↓
X
📄 colorgrep.csh
↓
X
📄 colorgrep.sh
↓
X
📄 colorls.csh
↓
X
📄 colorls.sh
↓
X
📄 colorsysstat.csh
↓
X
📄 colorsysstat.sh
↓
X
📄 colorxzgrep.csh
↓
X
📄 colorxzgrep.sh
↓
X
📄 colorzgrep.csh
↓
X
📄 colorzgrep.sh
↓
X
📄 cpanel-user-commands.sh
↓
X
📄 csh.local
↓
X
📄 debuginfod.csh
↓
X
📄 debuginfod.sh
↓
X
📄 flatpak.sh
↓
X
📄 gawk.csh
↓
X
📄 gawk.sh
↓
X
📄 lang.csh
↓
X
📄 lang.sh
↓
X
📄 less.csh
↓
X
📄 less.sh
↓
X
📄 locallib.csh
↓
X
📄 locallib.sh
↓
X
📄 modules.csh
↓
X
📄 modules.sh
↓
X
📄 scl-init.csh
↓
X
📄 scl-init.sh
↓
X
📄 sh.local
↓
X
📄 which2.csh
↓
X
📄 which2.sh
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: modules.sh
# shellcheck shell=sh # get current shell name by querying shell variables or looking at parent # process name if [ -n "${BASH:-}" ]; then if [ "${BASH##*/}" = 'sh' ]; then shell='sh' else shell='bash' fi elif [ -n "${ZSH_NAME:-}" ]; then shell=$ZSH_NAME else shell=$(/usr/bin/basename "$(/usr/bin/ps -p $$ -ocomm=)") fi if [ -f "/usr/share/Modules/init/$shell" ]; then . "/usr/share/Modules/init/$shell" else . '/usr/share/Modules/init/sh' fi
SIMPAN PERUBAHAN