#!/bin/sh # vim: ts=4 sw=4 expandtab if [ "$1" = "fmt" ]; then extraopts= else extraopts="--target x86_64-unknown-linux-gnu --no-default-features --features=sim" fi cargo +nightly-x86_64-unknown-linux-gnu "$@" $extraopts