Sha256: cdfa05e45dad19c7aafd79228eadfcbc1f2813ccf18190d3c2b08142b61132dd
Contents?: true
Size: 940 Bytes
Versions: 1
Compression:
Stored size: 940 Bytes
Contents
# Acronym Convert a phrase to its acronym. Techies love their TLA (Three Letter Acronyms)! Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG). Run the tests with: bats acronym_tests.sh ## Submitting Exercises Note that, when trying to submit an exercise, make sure the solution is in the `exercism/bash/<exerciseName>` directory. For example, if you're submitting `bob.sh` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/bash/bob/bob.sh`. For more detailed information about running tests, code style and linting, please see the [help page](http://exercism.io/languages/bash). ## Source Greg Horie [https://github.com/netserf](https://github.com/netserf) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trackler-2.2.1.86 | tracks/bash/exercises/acronym/README.md |