PDA

View Full Version : How do i use mono to create a terminal app?


Keevu
October 10th, 2009, 09:53 PM
I want to program a terminal appliccation. Kind of like a console application but that is of no use if im using ubuntu because there is no cmd prompt... thx

directhex
October 11th, 2009, 07:06 AM
Just write it. System.Console namespace works fine. MonoDevelop has a template for console apps.

NoaHall
October 11th, 2009, 04:17 PM
You mean a bash shell script? Use

#! /bin/bash

code