whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
local
/
rvm
/
scripts
/
functions
/
notes
/
warnings
/
Upload File:
files >> //proc/self/root/usr/local/rvm/scripts/functions/notes/warnings/warning_missing_devfd
#!/usr/bin/env bash __rvm_notes_warning_missing_devfd () { if [[ ! -e /dev/fd ]] then rvm_warn " * WARNING: you are missing <code>/dev/fd</code> <warn>it is important for shell scripting used by RVM, You can fix it on most linux systems with: <code>ln -sf /proc/self/fd /dev/fd</code> " fi } __rvm_notes_warning_missing_devfd
Copyright ©2021 || Defacer Indonesia