source: src/compiledic/removeBom.sh @ 2ff1f65

Last change on this file since 2ff1f65 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 13 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100755
File size: 95 bytes
RevLine 
[5f4d9c3]1#!/usr/bin/env bash
2
3# Remove bom from file.
4awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $1
Note: See TracBrowser for help on using the repository browser.