Sha256: d82ec82cc4afee3e051933d6efafd54ae839d917195744ffea5b4a87e0e2df1a
Contents?: true
Size: 940 Bytes
Versions: 9
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 whatever_test.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
9 entries across 9 versions & 1 rubygems