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

Re: [bash] autostart programma



Il 03 luglio 2012 13:15, Pol Hallen <debitvaio@fuckaround.org> ha scritto:
> giorno a tutti :-)
>
> tempo fa avevo fatto un piccolo "script" che avviava icedove ogni qualvolta
> veniva chiuso (magari per errore).
>
> Qualcuno che si ricorda come si fa?

Può essere una soluzione?

#!/bin/bash
for ((;;)) {
  icedove
}

Ogni volta che viene chiuso icedove il ciclo for lo riesegue...
Spero di esserti stato d'aiuto.

-- 
Stefano Lini
Sistema operativo: Debian GNU/Linux Wheezy/Testing AMD64
Deskto environment: KDE 4.7.4
GNU/Linux User: 508629: http://counter.li.org

Man is the lowest cost, 150 pound, nonlinear, all-purpose computer
system which can be mass produced by unskilled labor.
-- A 1965 NASA, man-in-space report


Reply to: