Quote:
Originally Posted by IvMulder
How to start CR3 with Kite? Please, explain how to write shell script for this action.
|
copy the following code to a file (name it CoolReader3, for example, extension is not necessary) and copy the file to kite folder
Quote:
#!/bin/sh
/mnt/us/cr3/goqt.sh cr3 start
|