summarylogtreecommitdiffstats
path: root/3dgame
blob: 5826ae1c2fc9deca2975d70e99d60a71f198c492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset

cd /usr/share/3dgame/
mkdir -p ~/.config/3dgame/
for file in *; do
  if [ ! -e ~/.config/3dgame/"$file" ]; then
    ln -s /usr/share/3dgame/"$file" ~/.config/3dgame/"$file"
  fi
done
cd ~/.config/3dgame/
/usr/lib/3dgame/3dgame