Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
#!/bin/sh
printf "\n--- real paths of main Vim binaries ---\n" >&3
for f in vi vim gvim; do
if [ -L "/usr/bin/$f" ]; then
printf "/usr/bin/$f is $(readlink -f /usr/bin/$f)\n" >&3
fi
done