diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f78cf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc + diff --git a/Menu/GameShell/10_Settings/Wifi/icons/__init__.py b/Menu/GameShell/10_Settings/Wifi/icons/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Menu/GameShell/CaveStroy.sh b/Menu/GameShell/CaveStroy.sh old mode 100644 new mode 100755 diff --git a/Menu/GameShell/Music Player/icons/__init__.py b/Menu/GameShell/Music Player/icons/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/Menu/GameShell/RetroArch.sh b/Menu/GameShell/RetroArch.sh old mode 100644 new mode 100755 diff --git a/Menu/GameShell/freeDM.sh b/Menu/GameShell/freeDM.sh old mode 100644 new mode 100755 diff --git a/load.sh b/load.sh old mode 100644 new mode 100755 index 05af317..c3a78c9 --- a/load.sh +++ b/load.sh @@ -1,4 +1,9 @@ #!/bin/bash -cd /home/cpi/apps/launcher/sys.py/ + +BASENAME=`dirname "$0"` + +cd $BASENAME/sys.py + python run.py + diff --git a/sys.py/UI/__init__.py b/sys.py/UI/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/sys.py/libs/MPD/__init__.py b/sys.py/libs/MPD/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/sys.py/libs/__init__.py b/sys.py/libs/__init__.py new file mode 100644 index 0000000..e69de29