forked from UTulsa-Research/ag_gen
Symlinking for generic project folder #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add symlinks for run script in the generic project folder
Expected Behavior
Have a single run file in the build folder that can be used for all starts.
Current Behavior
Run script needs to be copied to the generic project folder, and paths need to be altered. This can lead to multiple, different run scripts that will need to be reviewed by users each time to identify the pwd and its relation to the binary.
Possible Solution
After further discussion with Kayden Kehe, it was decided that symlinking may make things more complicated for new users. For the time being, it is planned to have a separate run script in each project folder, but pass in a file path argument for where to store output files.