mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 21:48:50 +01:00
4 lines
66 B
Bash
4 lines
66 B
Bash
#! /bin/sh
|
|
echo 0 > /proc/sys/kernel/printk
|
|
./PicoDrive "$@"
|
|
sync
|