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.

install 174B

123456
  1. #! /usr/bin/env sh
  2. mkdir -p /etc/sitegen
  3. install sitegen/* /etc/sitegen/
  4. install sitegen.sh /usr/local/bin/sitegen
  5. install sitegen.completion /etc/bash_completion.d/sitegen