6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
HOST=$(basename $1)
|
|
|
|
xfce4-terminal -e "ssh $HOST -t './easy-web-mon/update-index.sh; bash'" -H
|