このスクリプトを実行すると、端末が開いてすぐに閉じているため、結果が表示されません。
私が知っていることは何も役に立ちません。
私はSunOS5.9を使用していますが、それは私のせいではありません))
#!/bin/bash
if [ -z "$1" ]; then
echo "enter command"
fi
if [ -z "$2" ]; then
echo "enter command"
fi
if [ -z "$3" ]; then
echo "enter command"
fi
xterm -e $1 | wait &
xterm -e $2 | wait &
xterm -e $3 | wait &