Skip to content

Instantly share code, notes, and snippets.

@timuruski
Last active August 29, 2015 14:04
Show Gist options
  • Save timuruski/9dc5c8a07594223fc9cf to your computer and use it in GitHub Desktop.
Save timuruski/9dc5c8a07594223fc9cf to your computer and use it in GitHub Desktop.
Replace bulky "git-like" libraries with a directory of scripts and an entry point.
#!/usr/bin/env bash
SCRIPT="script/myapp-${1}.sh"
shift
exec ${SCRIPT} ${@}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment