@@ -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
The note is not visible to the blocked user.