📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
home4
›
umvavtmy
›
python
›
Python-3.9.2
›
Mac
›
BuildScript
›
📁 scripts
📍
Lokasi:
/home4/umvavtmy/python/Python-3.9.2/Mac/BuildScript/scripts
💾
Free:
161.1 GB
✏️ Mengedit: postflight.documentation
#!/bin/sh PYVER="@PYVER@" FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}" FWK_DOCDIR_SUBPATH="Resources/English.lproj/Documentation" FWK_DOCDIR="${FWK}/${FWK_DOCDIR_SUBPATH}" APPDIR="/Applications/Python ${PYVER}" SHARE_DIR="${FWK}/share" SHARE_DOCDIR="${SHARE_DIR}/doc/python${PYVER}" SHARE_DOCDIR_TO_FWK="../../.." # make link in /Applications/Python m.n/ for Finder users if [ -d "${APPDIR}" ]; then ln -fhs "${FWK_DOCDIR}/index.html" "${APPDIR}/Python Documentation.html" if [ "${COMMAND_LINE_INSTALL}" != 1 ]; then open "${APPDIR}" || true # open the applications folder fi fi # make share/doc link in framework for command line users if [ -d "${SHARE_DIR}" ]; then mkdir -m 775 -p "${SHARE_DOCDIR}" # make relative link to html doc directory ln -fhs "${SHARE_DOCDIR_TO_FWK}/${FWK_DOCDIR_SUBPATH}" "${SHARE_DOCDIR}/html" fi
💾 Simpan Perubahan
❌ Batal
📤 Upload
📁 Buat Folder
Nama
Ukuran
Dimodifikasi
Permission
Aksi
📎
postflight.documentation
879 B
2021-02-19 12:31
0644
✏️ Edit
⬇
✍️
🗑️
📎
postflight.ensurepip
2.4 KB
2021-02-19 12:31
0644
✏️ Edit
⬇
✍️
🗑️
📎
postflight.framework
895 B
2021-02-19 12:31
0644
✏️ Edit
⬇
✍️
🗑️
📎
postflight.patch-profile
2.9 KB
2021-02-19 12:31
0644
✏️ Edit
⬇
✍️
🗑️
✍️ Rename:
Nama Baru:
Batal
💾 Simpan