ease the maintenace operations a bit

This commit is contained in:
Charles N Wyble 2024-12-10 18:40:21 -06:00
parent cbc02682be
commit bcd46b5291
8 changed files with 13 additions and 18 deletions

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the business model canvas artifact

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the LLC operating agreement

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build pitch deck artifact

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build ReadySET artifact

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# Build the startup strategic framework artifact

View File

@ -1,3 +0,0 @@
#!/usr/bin/bash
# BUild wardley value map artifact

13
update-vendor.sh Normal file
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