Sign in
opensecura
/
scripts
/
6470e60d5409d63300cff2a4e1126046217fdf43
/
.
/
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"