You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
source ./env
|
|
|
|
./cec-remote/setup.sh
|
|
./g534-sink-switcher/setup.sh
|
|
./game-runner/setup.sh
|
|
./sshfs/setup.sh kuba@192.168.1.90:/mnt/hdd /var/mnt/hdd
|