Clifton Royston on Nostr: Very good way to put it! PS I think it shouldn't need to be so fancy, but I'm not ...
Very good way to put it!
PS
I think it shouldn't need to be so fancy, but I'm not sure - I still haven't figured out if you should be able to simply use cd $1 in a shell file and source it.
I.e. for your example, have only
#!/bin/bash
cd $1
I would think it ought to work if you source this, but I can't swear to it.
PS
I think it shouldn't need to be so fancy, but I'm not sure - I still haven't figured out if you should be able to simply use cd $1 in a shell file and source it.
I.e. for your example, have only
#!/bin/bash
cd $1
I would think it ought to work if you source this, but I can't swear to it.