This commit is contained in:
2025-11-09 19:48:41 -06:00
parent ad64c6867b
commit 8add252e73
12 changed files with 1085 additions and 0 deletions

13
run-mac.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Download the macOS executable
curl -L https://github.com/KeshavAnandCode/Terminal/releases/download/v2.0/portfolio-mac -o /tmp/portfolio
# Make it executable
chmod +x /tmp/portfolio
# Run it
/tmp/portfolio
# Clean up
rm /tmp/portfolio