ogboot/sources/interface/ConsolaRemota

4 lines
41 B
Bash
Executable File

#!/bin/bash
chmod +x $1
$1>$2 || exit $?