Jump to content

Terminal control/Dimensions: Difference between revisions

This works in a traditional bourne shell (language now implemented)
(Category:Terminal Control)
(This works in a traditional bourne shell (language now implemented))
Line 35:
{{works with|Bourne Shell}}
 
<lang bashsh>#!/bin/bashsh
WIDTH=`tput cols`
HEIGHT=`tput lines`
Cookies help us deliver our services. By using our services, you agree to our use of cookies.