mirror of
https://github.com/emily33901/oxide2.git
synced 2025-08-04 01:16:07 -04:00
8 lines
74 B
Bash
8 lines
74 B
Bash
#!/bin/sh
|
|
|
|
echo creating projects...
|
|
|
|
./premake5 "gmake2"
|
|
|
|
echo finished.
|