Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View lytefast's full-sized avatar

Sam Shih lytefast

View GitHub Profile
"
" Tango Vim Color Scheme
" =======================
"
" For best results, set up your terminal with a Tango palette.
" Instructions for GNOME Terminal:
" http://uwstopia.nl/blog/2006/07/tango-terminal
"
" author: Michele Campeotto <micampe@micampe.it>
"
#!/bin/bash
# Shuffle large input
USAGE_MSG="Usage: randomize_input {input_dir} {batch_size} {result_prefix}"
# Set parameters
if [[ $# -eq 0 ]] ; then
echo $USAGE_MSG
exit -1
fi