My mistake: bang-path is a term for old-style mail routing. The term I should have used is "shebang". It refers to the "#!" characters at the beginning of a script and that tells the script what program to use to interpret the script. In your case that's /bin/bash.
On Thu, Aug 13, 2020 at 06:20:42PM -0300, Marcelo Laia wrote: > Hi Hokan, > > On 13/08/20 at 03:01, Hokan wrote: > > Does /home/myuser/.oauth2token have a bang-path in it? > > I looked inside the oauth2token and there isn't any mention to > python3.7. > > > What does that > > path point to? Maybe something like : > > In the beginner of file there is: > > #!/bin/bash > > This is the first time I read "bang-path". I looked in the Google and > not understood it very well. Sorry. I will do my best to understand it. > -- Hokan Bicyclist Sysadmin
