added bash script to automatically start gameplay
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
# -----------------------------------------------------------------------------
|
||||
# docker-ubuntu-sshd /start script
|
||||
#
|
||||
# Authors: Art567
|
||||
# Updated: Sep 20th, 2015
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
# Run OpenSSH server in daemon mode
|
||||
/usr/sbin/sshd -D
|
||||
|
||||
# Running x11 server with password
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# Navigating to the directory where XPlane11 is present
|
||||
cd /home/akilan/.local/share/Steam/steamapps/common/X-Plane\ 11/
|
||||
|
||||
# Execute Xplane 11 binary
|
||||
./X-Plane-x86_64
|
||||
|
||||
Reference in New Issue
Block a user