Advertisement
Guest User

template.sh

a guest
Dec 10th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #! /bin/bash
  2. # [INSERT NAME HERE]
  3.  
  4. # Variable Declarations
  5.  
  6. HERE=$(pwd)
  7. USER=$(cd; pwd | cut -c 7-)
  8. HOME="/home/${USER}"
  9. DT=$(date '+%Y%m%d%H%M%S')
  10.  
  11. # Function Declaration
  12.  
  13. # Input Filters & Validation
  14.  
  15. # Execute
  16.  
  17. # Clean up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement