hmm didnt work for me
    
    
    $ cat .git/hooks/pre-commit
    #!/usr/bin/env -S nim --hints:off
    
    echo "123"
    
    
    $ ./.git/hooks/pre-commit
    Error: invalid command: ./.git/hooks/pre-commit
    
    
    
    Run

@PMunch nimcr maybe the missing piece of the puzzle

Reply via email to