robbielyman / seamstress

seamstress is an art engine
GNU General Public License v3.0
123 stars 12 forks source link

feat: launch script not in pwd #52

Closed p3r7 closed 1 year ago

p3r7 commented 1 year ago

currently, seamstress -s <script> only works for launching scripts located in PWD.

this PR allows calling seamstress -s other_dir/<script> (relative path) or even seamstress -s /home/me/other_dir/<script> (absolute path).