mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 12:33:43 +00:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/sh
|
|
|
|
cp /Doxyfile /Doxyfile_copy
|
|
echo "OUTPUT_DIRECTORY = /output" >> /Doxyfile_copy
|
|
|
|
exec "$@" |