View Single Post
Old 01-23-2013, 04:57 PM   #56
Fvek
Member
Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.Fvek can program the VCR without an owner's manual.
 
Posts: 23
Karma: 193423
Join Date: Jul 2012
Device: Kindle Touch
Script:
Quote:
#!/bin/sh

EXTENSION=/mnt/us/extensions/kterm
export PATH=$PATH:/mnt/us/bin

${EXTENSION}/bin/kterm -name kterm &
ls -l:
-rwxr-xr-x 1 root root 115 Jan 23 13:55 kterm.sh

UPDATE: it's the "-name kterm" bit that caused it. That was left over from when I originally cp'ed this script from xterm. removed it and it runs as expected.

That bit with EXTENSION is pointless too. Maybe I should pay more attention to what I'm copying

Last edited by Fvek; 01-23-2013 at 05:06 PM.
Fvek is offline   Reply With Quote