Sign in
opensecura
/
scripts
/
3a0137033c4344c738e2aa4d47b44809d9f87379
/
.
/
start-renode.sh
blob: c812c61d910421dfb6065f5b9141e93717d529d7 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[[
-
z
"${ROOTDIR}"
]];
then
echo
"Source build/setup.sh first"
exit
1
fi
if
[[
!
-
z
"$1"
]];
then
export SCRIPT_NAME
=
"$1"
fi
screen
-
c
"${ROOTDIR}/scripts/screenrc"