1 2 3 4 5 6
#!/bin/sh # Needed to make symlinks/shortcuts work. # Wrap build (editor) binary cd %%DUKEDIR%% ./build $* exit $?