Closed p3r7 closed 1 year ago
currently, seamstress -s <script> only works for launching scripts located in PWD.
seamstress -s <script>
this PR allows calling seamstress -s other_dir/<script> (relative path) or even seamstress -s /home/me/other_dir/<script> (absolute path).
seamstress -s other_dir/<script>
seamstress -s /home/me/other_dir/<script>
currently,
seamstress -s <script>
only works for launching scripts located in PWD.this PR allows calling
seamstress -s other_dir/<script>
(relative path) or evenseamstress -s /home/me/other_dir/<script>
(absolute path).