Skip to content
Snippets Groups Projects
install_po4a.sh 97 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    
    git clone https://github.com/jnavila/po4a.git
    
    cd po4a && git checkout master && cd ..