ease the maintenace operations a bit

This commit is contained in:
2024-12-10 18:40:21 -06:00
parent cbc02682be
commit bcd46b5291
8 changed files with 13 additions and 18 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the business model canvas artifact
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the LLC operating agreement
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build pitch deck artifact
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build ReadySET artifact
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the startup strategic framework artifact
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/bash
# BUild wardley value map artifact
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
git vendor update BusinessModelCanvas-Markdow main
git vendor update LLCOperatingAgreement-Markdown main
git vendor update PitchDeck-Markdown main
git vendor update ReadySET-Markdown main
git vendor update StartupStrategicFramework main
git vendor update WardleyValueMap main