sh snippet variables

This commit is contained in:
Javier Pacheco 2023-10-23 13:52:36 -05:00
parent d46e49f0bf
commit 9192645d73
2 changed files with 4 additions and 9 deletions

View File

@ -2,3 +2,7 @@
snippet sh
#!/bin/sh
# Created By: Javier Pacheco - jpacheco@cock.li
# Created On: 23/10/2023
# Project: Description of the script

View File

@ -1,9 +0,0 @@
# Shell script snippets.
# [[ Shell scripts ]]
snippet sh
#!/bin/sh
# Created By: Javier Pacheco - jpacheco@cock.li
# Created On: ${0:dateMDY}
# Project: ${1:Description of the script}