This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # the directory that contains this script | |
| base=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P ) | |
| # ----------------------- | |
| # Hugo Version Manager | |
| # Author: Jim Frenette | |
| # May 21, 2019 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;Recommended, but not required: | |
| SendMode Input | |
| #NoEnv | |
| #SingleInstance force | |
| #Include <dual/dual> | |
| dual := new Dual | |
| #Include <dual/defaults> |
OlderNewer