View Single Post
Old 02-06-2016, 06:40 PM   #35
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Gigahawk View Post
Oh wow your code is looks far more complicated lol.

I was just thinking of unpacking it and changing one of the variables to run a cat on the KT2 charging directory.

Slightly off topic, but what language is all this written in, and how would I go about debugging other stuff thats crashing?

Thanks for all the stuff you do in this community man.
Shell scripts?

enter:
sh -x script
on the command line.
or
put a:
set -x
line in the script itself.

Same-Same as Bash in this respect.
knc1 is offline   Reply With Quote