fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] /usr/bin/wall through fab


From: Jonathan Reed
Subject: [Fab-user] /usr/bin/wall through fab
Date: Tue, 24 Jan 2012 14:17:06 -0500

im trying to use wall in my fab file. 
  run('wall')
  run('please logout before 3pm today')
  run('')  # Send EOF - Ctrl-V + Crtl-D

Is it that each run command is spawning a new session and the message is unaware of the previous command? If so 
  run('wall; a test; ^D')
doesnt seem to work either.

I could create a wall file, transfer it then run it but if the above worked it would be much simpler. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]