initial commit

This commit is contained in:
bePrivate
2023-10-28 19:45:39 +02:00
commit c927e6496d
6 changed files with 512 additions and 0 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
first:
gcc src/main.c -o main
install:
echo "alias wordle='$(realpath build/main)'" >> ~/.bashrc
echo "WORDLE_PATH='$(realpath build/main)'" >> ~/.bashrc
export WORDLE_PATH
source ~/.bashrc
run:
./build/main