Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
close #42 add do not edit marker
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Mar 7, 2018
1 parent 63e7d66 commit f750796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makeshellfn.sh
Expand Up @@ -11,10 +11,15 @@ git_clone_or_update() {
(cd "$gitrepo" && git pull >/dev/null)
fi
}
date_iso8601() {
date -u +%Y-%m-%dT%H:%M:%SZ
}

git_clone_or_update https://github.com/client9/shlib.git
cd shlib

now=$(date_iso8601)
echo "// Code generated ${now} DO NOT EDIT."
echo "package main"
echo ""
echo 'const shellfn = `'
Expand Down

0 comments on commit f750796

Please sign in to comment.