#!/bin/sh
eval `rsc EntryDialog "Attach or Load Program" "Target PID or file to debug?"`

if [ -n "$VARIABLE" ]; then
	echo ":!rsc radaredbg $VARIABLE"
	echo ":s 0x8048000"
	exit
fi
