mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-01 08:10:58 +11:00
11 lines
228 B
Bash
Executable File
11 lines
228 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This is released into the public domain.
|
|
# No warranty is provided, implied or otherwise.
|
|
|
|
cp ocemu.cfg.default ocemu.cfg && rm -rf c1-sda c1-sdb
|
|
mkdir c1-sda c1-sdb
|
|
echo -n c1-sda > c1-eeprom/data.bin
|
|
|
|
./update.sh
|