Project

General

Profile

Revision f15d9227

IDf15d9227e2fa19adb8e1c97d8d8c3d6b626e8867
Parent 0f87b24c
Child 06dedf83

Added by Thomas Mullins about 11 years ago

Adding program_tool script so we remember how to set tool id

View differences:

toolbox/program_tool
1
#!/bin/bash
2

  
3
if [ "$1" = "" ]; then
4
  echo Usage: ./program_tool number
5
  exit 1
6
fi
7

  
8
exec make -B TOOL_ADDRESS=$1 program

Also available in: Unified diff