Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
sudoku-sensei
sudoku-sensei.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sudoku-sensei.sh of Package sudoku-sensei
#!/bin/sh GAME_LOCAL_DIR=$HOME/.sudoku-sensei GAME_DATA_DIR=/usr/lib/sudoku-sensei GAME_EXECUTABLE=$GAME_LOCAL_DIR/SudokuSensei mkdir -p $GAME_LOCAL_DIR cd $GAME_LOCAL_DIR for dir in board doc images language ; do ln -snf $GAME_DATA_DIR/$dir $dir done for dir in saves system ; do cp -a $GAME_DATA_DIR/$dir $dir done for file in SudokuSensei SudokuSensei.rc license.txt ; do cp -a $GAME_DATA_DIR/$file $GAME_LOCAL_DIR done exec $GAME_EXECUTABLE "${@}"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor