User input/Text: Difference between revisions

→‎{{header|UNIX Shell}}: Do not duplicate the script for each Bourne-compatible shell.
(→‎{{header|UNIX Shell}}: Do not duplicate the script for each Bourne-compatible shell.)
Line 1,028:
 
=={{header|UNIX Shell}}==
{{works with|DebianBourne Almquish SHellShell}}
<lang bash>#!/bin/sh
 
read STRING
read INTEGER</lang>
{{works with|Bourne Again SHell}}
<lang bash>#!/bin/bash
 
read STRING
Anonymous user