James Patrick
e5b9486fb3
I don't really like the feel of this but this allows us to call $(return_val_truthy) to output a value of tue or false based on the retrun value of the last command. This saves us from having to do make the call ` && echo true || echo false`. I will probaby switch this in the future to just have a `echo $?` function instead. Then check if returnVal == zero. If I do that I will also need to change the way OS works, requiring true => 0 and false => 1, which is a little bit conter to how it should be. |
||
---|---|---|
lib | ||
ssh | ||
sway | ||
tmux | ||
tridactyl | ||
vim | ||
waybar | ||
.gitignore | ||
makefile | ||
README.md |
Hello World