Skip to content

changegene/essential_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Essential scripts

There are some essential scripts powered by ChangeGene LLC.

General scripts

mkscript.sh - A Shell help you add head information when you create a script.

Download

wget https://raw.githubusercontent.com/changegene/essential_scripts/master/mkscript.sh

Set alias

vi ~/.bashrc
mkscript="sh /path/mkscript.sh "NIKITA" "info@changegene.com" "ChangeGene LLC. https://ChangeGene.com"
wq!
exit

Login again and enjoy

mkscript test.sh
mkscript test.sh ["This is a test script."]
vi test.sh

#!#!env sh
#
# mkscript.sh - A Shell help you add head information when you create a script.
# Created on Wed Jun 19 11:33:51 CST 2018 by NIKITA.
# Version: 1.0
# Last modified:
# Modified logs:
# Author's email: info@changegene.com
# Powered by: ChangeGene LLC. https://ChangeGene.com
# License: Peaceful Open Source License (PeaceOSL)
# Update url:


Bioinformatics scripts

About

There are some essential scripts powered by ChangeGene LLC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published