OC-KittenOS/laboratory/launch.sh

11 lines
163 B
Bash
Raw Permalink Normal View History

2018-05-30 08:47:20 +10:00
#!/bin/sh
# This is released into the public domain.
# No warranty is provided, implied or otherwise.
XPWD=`pwd`
export XPWD
cd "$OCEMU/src"
./boot.lua "$XPWD"