Introspectrum Mac OS

Posted on  by

I don't know if it's just a transcription error, but the most obvious thing is that you're not actually running an expect script. The errors you're seeing are because your shell is trying to execute the expect command such as 'spawn' and 'send'.


If your paste is, indeed, correct, then the most likely culprit is your invalid shebang line:

I have two MacBooks, one with a fresh OS X install and one with an older install. The older one has a kerneltask taking 1.52 GB of RAM. The newer one—416 MB. These aren't identical machines or anything, but I am curious about the magnitude of the discrepancy and what contributes to it. Introspectrum '17. ILS - No Luck 02. Signo Rojo - Fractal And Shapeless 03. Doomcult - Suffering 04. Kolossor - Tempest 05. Craang - Ocean - Cellular 06. Sonic Jesus - Spectrum Visionary.


sh-3.2# more Text-Script.txt

#/!/usr/bin/expect -f


You have an extra / in between the # and the !, which renders the whole line invalid (or, more correctly, a basic shell script).


Fix it, and try again:


Mac

#! /usr/bin/expect -f

Introspectrum Mac Os 7

Dec 6, 2013 11:34 AM