1 2 3 4 5 6 7 8
#!/bin/sh -e cd $(dirname $0) set -x git checkout ./plugin.rs ./lib/descriptor.rs ./lib/shrug.rs # vim: set ts=4 sw=4 et: