ss7m / paleofetch

neofetch, but written in C
MIT License
167 stars 49 forks source link

What directory does Paleofetch install under? #68

Closed jake-87 closed 3 years ago

jake-87 commented 3 years ago

I think it's ~/bin/paleofetch, am I right or wrong?

Thanks in advance.

Titaniumtown commented 3 years ago

depends how you install it.

jake-87 commented 3 years ago

1st: Thanks for the reply in under a minute 2nd: If I wanted to read a file in the directory where the c file is running, could I just do

example = fopen("~/example.txt","r")

Titaniumtown commented 3 years ago

idk much C, so google is your best bet. You should close this issue.

jake-87 commented 3 years ago

Ok, thanks.