#Cheshire Cat boot file
1 messages ยท Page 1 of 1 (latest)
Awesome, is it possible to make one in batch?
unfortunately I work on linux, however you can ask the cat to convert it and if you can fix it, share it as well if you can
ok thanks
can you explain that if-clause?
please, if you need anything I am available
i don't understand the if
Of course, the expression [ $? -eq 1 ] check the outcome of the last command executed. In bash, $? represents the exit status of the last command executed. If the command returns 1, it means that there are differences between the local branch and the git 'origin/main' branch, indicating that there are updates available.