Skip to content

coolzhang/shellpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

shellpool

Practice Linux Shell scripting (here only using #!/bin/bash)

Note:

  #! -- sha-bang, a two-byte magic number, the command interpreter indicated, 
                  the file command identifies the type of a file using

  #!/bin/env bash -- to avoid "Command not found"
  
  #!/bin/rm -- self-deleting script :P

About

Practice Linux Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages