Removed ftxui from github pushing and added it to gitignore

This commit is contained in:
2025-11-09 19:46:03 -06:00
parent 720b632f67
commit ad64c6867b
374 changed files with 0 additions and 46213 deletions

View File

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