mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-02-24 02:01:17 +01:00
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export HOME=/tmp/funkey
|
|
mkdir -p ${HOME}
|
|
cd ${HOME}
|
|
PicoDrive "$1"
|