Skip to content

DhimantThanki/ShellScriptTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

ShellScriptTemplate

This is a code for making a basic shell script template using vim abbreviations to autocomplete the basic script template every time when creating a new script. Just need to add this code in /etc/vimrc.

source the /etc/vimrc after adding the code. Open the vim editor, Type the #! (shebang) and enter tab key to check the output.

Expected Output:

#!/usr/bin/env bash
#author: Dhimant Thanki
#Date:Saturday 03 August 2019 09:39:45 PM IST
#Description:

About

This is a code for making a basic shell script template using vim abbreviations to autocomplete the basic script template every time when creating a new script. Just need to add this code in /etc/vimrc.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors