You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

generateFontAwesomeEnum.sh 238B

1234
  1. #!/bin/bash
  2. curl -s https://raw.githubusercontent.com/FortAwesome/Font-Awesome/v4.5.0/scss/_variables.scss|grep fa-var-|sed "s/.*fa-var-//"|sed "s/-/_/g"|tr a-z A-Z|sed 's/: "\\/(0X/'|sed 's#";#), //#'|sed "s/^\\([0-9]\\)/_\\1/"
  3. echo ";"