bash script added for easy g++ usage

This commit is contained in:
PiGames 2025-06-10 11:43:23 +03:00 committed by GitHub
parent 0c50e80f1f
commit 75b9387e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
g++ftxui Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
/usr/bin/g++ \
-I/home/ece/FTXUI/include \
-L/home/ece/FTXUI/build \
"$@" \
-lftxui-component -lftxui-dom -lftxui-screen