Add shebang to scripts

master
Elias Fleckenstein 2021-03-28 10:52:30 +02:00
parent 621bf9175e
commit 367ffa99da
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#! /bin/bash
mkdir .build
cp -r * .build/
cd .build/src

View File

@ -1 +1,2 @@
#! /bin/bash
./DragonblocksServer 4000 & echo "singleplayer" | ./Dragonblocks localhost 4000; killall DragonblocksServer