From 52cdcb6eae8c40295a6d8b700ea5652d932b5b9f Mon Sep 17 00:00:00 2001 From: Luca Erbetta <luca.erbetta@skywarder.eu> Date: Wed, 27 Feb 2019 09:32:23 +0100 Subject: [PATCH] [SBS] Added SBS shortcuts for both Windows and Linux --- sbs | 3 +++ sbs.bat | 1 + 2 files changed, 4 insertions(+) create mode 100644 sbs create mode 100644 sbs.bat diff --git a/sbs b/sbs new file mode 100644 index 000000000..4ae7eebbd --- /dev/null +++ b/sbs @@ -0,0 +1,3 @@ +#!/bin/bash + +python skyward-boardcore/sbs "$@" \ No newline at end of file diff --git a/sbs.bat b/sbs.bat new file mode 100644 index 000000000..d7c0bf50a --- /dev/null +++ b/sbs.bat @@ -0,0 +1 @@ +python skyward-boardcore/sbs %* \ No newline at end of file -- GitLab