Files
hello-world/genreadme.sh
Mike Donaghy f84765487c Fixed duplicate dark languages (kept the older one)
Updated README and CONTRIBUTING added genreadme.sh
2017-02-15 10:39:40 -06:00

3 lines
208 B
Bash
Executable File

#!/bin/bash
cat README_nolist.md > README.md; echo >> README.md; echo '### This repository currently contains "Hello World" programs in the following languages:' >> README.md; ruby list_langs.rb >> README.md