Add helper scripts to generic variant

This commit is contained in:
JustArchi
2017-09-23 04:43:27 +02:00
parent 0e3d8ef92f
commit d3715db082
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
@echo off
pushd %~dp0
dotnet ArchiSteamFarm.dll

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -eu
cd "$(dirname "$(readlink -f "$0")")"
dotnet ArchiSteamFarm.dll