oxide2/create_projects.sh
2020-06-29 16:31:16 +01:00

8 lines
74 B
Bash

#!/bin/sh
echo creating projects...
./premake5 "gmake2"
echo finished.