mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-01 16:20:58 +11:00
11 lines
163 B
Bash
11 lines
163 B
Bash
|
#!/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"
|