# ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask # for ssh logins, install and configure the libpam-umask package. #umask 022
# if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi
# set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi /home/pi/pimame_files/getip.sh sudo xboxdrv --silent --config /home/pi/pimame_files/xboxdrv_mapping.cfg --dbus session & #python /home/pi/pimame_files/menu.py #advmenu /home/pi/emulators/mame4all-pi/mame
Hi! I'm maybe stupid... But how do I even get to files mentioned above? I would like to test Chrisi's suggestion but I do not know how or were to paste it! I do not know ANYTHING about Linux or programming. I got everything working with Roms and pimame/mame4all:)