xyntax -- Header-only library for syntax highlighting control.
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.

9 月之前
8 月之前
9 月之前
1234567891011
  1. #!/bin/bash
  2. set -xe
  3. mkdir -p /usr/include/xolatile
  4. cp xyntax.h /usr/include/xolatile/xyntax.h
  5. cp xyntax.c /usr/include/xolatile/xyntax.c
  6. cp xyntax.o /usr/include/xolatile/xyntax.o
  7. exit