Removed ftxui from github pushing and added it to gitignore
This commit is contained in:
13
run-mac.sh
13
run-mac.sh
@@ -1,13 +0,0 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user