Repositories (2)

yapm
2 snippets stored for this repo
USAGE="Usage: $0 [-fn] [-s site] (search|install) package
-f  fuck it - run all executable programs in the root of the project directory
-n  dry run - download only, stop after cloning the project
# You have been warned!

USAGE="Usage: $0 [-fn] [-s site] (search|install) package
-f  fuck it - run all executable programs in the root of the project directory
-n  dry run - download only, stop after cloning the project
-s  SITE    - set the site to search and install code from
              supported sites: github.com gnu"
werewolf
1 snippets stored for this repo
Shell IconShell
#!/bin/bash
set -xe
ids='alpha-wolf;angel;apprentice-seer;baker;beholder;bodyguard;cupid;cursed;diseased;doppelganger;dream-wolf;drunk;executioner;golem;hoodlum;hunter;idiot;lone-wolf;lycan;mason;minion;old-hag;pacifist;poison-wolf;seer;sorcerer;spellcaster;tanner;tough-guy;vampire;villager;werewolf-hunter;werewolf;whore;wolf-cub;zombie-wolf'
inkscape --export-id="$ids" \
    --export-id-only \
    --export-area-page \
    --export-type=png \