mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
4 lines
66 B
Bash
4 lines
66 B
Bash
#! /bin/sh
|
|
echo 0 > /proc/sys/kernel/printk
|
|
./PicoDrive "$@"
|
|
sync
|