This commit is contained in:
daylinmorgan 2023-01-22 18:09:04 +00:00
parent 7f6a8eae95
commit 8dd19ebab1
3 changed files with 8 additions and 8 deletions

4
init
View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
TASKMK_VERSION=v23.1.1 LATEST_TASKMK_VERSION=v23.1.1
VERSION=${1:-$TASKMK_VERSION} VERSION=${TASKMK_VERSION:-$LATEST_TASKMK_VERSION}
printf "Initializing Task.mk (%s) for repo\n" "$VERSION" printf "Initializing Task.mk (%s) for repo\n" "$VERSION"
if [ -f "./.task.mk" ]; then if [ -f "./.task.mk" ]; then
echo "Found local .task.mk." echo "Found local .task.mk."

View file

@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://gh.dayl.in/task.mk/</loc> <loc>https://gh.dayl.in/task.mk/</loc>
<lastmod>2023-01-20</lastmod> <lastmod>2023-01-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://gh.dayl.in/task.mk/usage/</loc> <loc>https://gh.dayl.in/task.mk/usage/</loc>
<lastmod>2023-01-20</lastmod> <lastmod>2023-01-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://gh.dayl.in/task.mk/examples/</loc> <loc>https://gh.dayl.in/task.mk/examples/</loc>
<lastmod>2023-01-20</lastmod> <lastmod>2023-01-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://gh.dayl.in/task.mk/examples/check/</loc> <loc>https://gh.dayl.in/task.mk/examples/check/</loc>
<lastmod>2023-01-20</lastmod> <lastmod>2023-01-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://gh.dayl.in/task.mk/examples/embedded/</loc> <loc>https://gh.dayl.in/task.mk/examples/embedded/</loc>
<lastmod>2023-01-20</lastmod> <lastmod>2023-01-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://gh.dayl.in/task.mk/examples/recipe-help/</loc> <loc>https://gh.dayl.in/task.mk/examples/recipe-help/</loc>
<lastmod>2023-01-20</lastmod> <lastmod>2023-01-22</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.