You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
run_desktop.sh: fix path bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -x
|
||||
scriptdir=$(readlink -f "$0")
|
||||
scriptdir=$(dirname "$mydir")
|
||||
scriptdir=$(dirname "$scriptdir")
|
||||
script="$1"
|
||||
if [ -f "$script" ]; then
|
||||
script=$(readlink -f "$script")
|
||||
|
||||
Reference in New Issue
Block a user