You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
x=`sh /usr/bin/fala_wid`
|
|
xresponse -a 'duihome' -w 0 -id $x -c $1 -u > /tmp/app_xresponse.log&
|
|
echo $x
|
|
|