#!/bin/sh ## ## SCRIPT: start_sh_after_exe.sh in $HOME/Rsync ## ## PURPOSE: This script is called by 'gnome-terminal -e' ## to allow for keeping the 'gnome-terminal' open ## at a shell prompt after executing the string ## passed into this script. ## ## HOW TO USE: An example call using this script: ## gnome-terminal -e './start_sh_after_exe.sh ls -al' ## ## Created: 2010oct23 ## Changed: set -x $@ set - /bin/bash