/ Published in: Bash
Expand |
Embed | Plain Text
#!/bin/bash # # Utilisation : # # ./screensend screenname command and args # if [ -n $1 ] && [ -n $2 ]; then name=$1 shift screen -S $name -X eval "stuff '$*'""\015" fi
You need to login to post a comment.
