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