6 lines
105 B
Bash
6 lines
105 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
HOST=$(basename $1)
|
||
|
|
|
||
|
|
xfce4-terminal -e "ssh $HOST -t './monitoring/update-index.sh; bash'" -H
|